Manual:MigrateArchiveText.php

MediaWiki version:
1.31
Category:MediaWiki code#MigrateArchiveText.php

Details

migrateArchiveText.php is a maintenance script that migrates content from pre-1.5 ar_text and ar_flags columns to text storage.

Usage

php migrateArchiveText.php --replace-missing
Option/Parameter Description
--replace-missing For rows with missing or unloadable data, throw away whatever is there and mark them as "error" in the database.

See also

Category:Maintenance scripts
Category:Maintenance scripts Category:MediaWiki code