Jump to content

Manual:findBadBlobs.php

From mediawiki.org
Revision as of 21:46, 28 March 2022 by Shirayuki (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details[edit]

findBadBlobs.php is a maintenance script for finding and marking bad content blobs.

Usage[edit]

Find and mark bad content blobs. Use --scan-from to find revisions with bad blobs, use --mark to mark them.

Parameters[edit]

Option/Parameter Description Default
scan-from Start scanning revisions at the given date. Format: Anything supported by MediaWiki, e.g. YYYYMMDDHHMMSS or YYYY-MM-DD_HH:MM:SS
revisions A list of revision IDs to process, separated by comma or colon or whitespace. Revisions belonging to deleted pages will work. If set to "-" IDs are read from stdin, one per line.
limit Maximum number of revisions for --scan-from to scan. 1000
mark Mark the blob as "known bad", to avoid errors when attempting to read it. The value given is the reason for marking the blob as bad, typically a ticket ID. Requires --revisions to also be set.