Manual:deleteOrphanedRevisions.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.4
<translate> MediaWiki version:</translate>

詳細

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

File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> 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. <translate> Optional</translate>

使用法

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

See also