Manual:RebuildImages.php/pl

Wersja MediaWiki:
1.4
Category:MediaWiki code/pl#RebuildImages.php

Szczegóły

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

Options

Opcja/ParametrOpisRequired
--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


Użycie

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.

Zobacz też

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