Manual:deleteOrphanedRevisions.php

This page is a translated version of the page Manual:DeleteOrphanedRevisions.php and the translation is 75% complete.
MediaWiki バージョン:
1.4

詳細

deleteOrphanedRevisions.php は、存在しないページを参照している版を削除するメンテナンス スクリプトです。 データベースからページのレコードを手作業で削除したあとに残った、孤立している版を処理できるため有用です。 After removing revisions, the script also runs purgeOldText.php to purge unused text records.

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

オプション

オプション 説明 必須かどうか
--report Prints out a count of affected revisions but doesn't delete them. 省略可能

使用法

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

See also