Handbuch:deleteOrphanedRevisions.php

This page is a translated version of the page Manual:DeleteOrphanedRevisions.php and the translation is 62% complete.
MediaWiki Version:
1.4

Details

deleteOrphanedRevisions.php is a maintenance script to delete revisions which refer to a non-existing page. 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.

  Warning: This script attempts to remove unused entries from the text table, which can cause potential data loss.

Optionen

Option Beschreibung Notwendig
--report Gibt 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.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also