Handbuch:rebuildImages.php
Appearance
| MediaWiki Version: | ≥ 1.4 |
| MediaWiki-Datei: rebuildImages.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| Klassen: | ImageBuilder |
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
| Option | Beschreibung | Notwendig |
|---|---|---|
| --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 |
Verwendung
php maintenance/run.php rebuildImages [ --missing| --dry-run ]
Terminal
$ php maintenance/run.php rebuildImages Processing image... Finished image... 2 of 3 rows updated Processing oldimage... Finished oldimage... 0 of 0 rows updated
In MediaWiki version MediaWiki 1.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.