Manual:deleteOrphanedRevisions.php

From mediawiki.org
This page is a translated version of the page Manual:DeleteOrphanedRevisions.php and the translation is 17% complete.
Versión de MediaWiki:
1.4

Detalles

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.

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

Options

Option Description Required
--report Prints out a count of affected revisions but doesn't delete them. Optional

Usage

php maintenance/deleteOrphanedRevisions.php [ --report ]
Terminal

See also