Manual:RebuildImages.php/de

MediaWiki Version:
1.4
Category:MediaWiki code/de#RebuildImages.php

Details

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

Optionen

OptionBeschreibungNotwendig
--missingOnly updates metadata records for images if no records currently exist in the database.Optional
--dry-runOnly reports results and does not update the database with metadata records.Optional


Verwendung

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

Siehe auch

Category:Maintenance scripts/de Category:File maintenance scripts/de
Category:File maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de