Jump to content

Manual:rebuildImages.php

From mediawiki.org
MediaWiki version:
1.4

Details

[edit]

rebuildImages.php file is a maintenance script to update metadata records for images that were manually uploaded to the wiki, for example via FTP.

Options

[edit]
Option Description Required
--missing Only updates metadata records for images if no records currently exist in the database. Optional
--dry-run Only reports results and does not update the database with metadata records. Optional

Usage

[edit]
php maintenance/run.php rebuildImages [ --missing| --dry-run ]
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

[edit]