Manual:DeleteOrphanedRevisions.php/de

MediaWiki Version:
1.4
Category:MediaWiki code/de#DeleteOrphanedRevisions.php

Details

deleteOrphanedRevisions.php ist ein Wartungsskript zum Löschen von Revisionsständen, die auf eine nicht existierende Seite verweisen. It is useful to deal with any orphaned revisions left over after manual deletions of page records from the database. After removing revisions, the script also runs purgeOldText.php to purge unused text records.

Warnung Warnung: This script attempts to remove unused entries from the text table, which can cause potential data loss and is very slow for large wikis.

Optionen

Option Beschreibung Notwendig
--reportGibt eine Anzahl von betroffenen Versionen aus, löscht sie jedoch nicht.Optional

Verwendung

php maintenance/run.php deleteOrphanedRevisions [ --report ]
Terminal
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/de#DeleteOrphanedRevisions.php Category:Content maintenance scripts/de
Category:Content maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de