Jump to content

Podręcznik:RebuildImages.php

From mediawiki.org
This page is a translated version of the page Manual:RebuildImages.php and the translation is 45% complete.
Outdated translations are marked like this.
Wersja MediaWiki:
1.4

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/Parametr Opis 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


Użycie

php maintenance/run.php rebuildImages [ --missing| --dry-run ]
Terminal
W wersji MediaWiki MediaWiki 1.39 i we wcześniejszych musisz wywoływać skrypty konserwacyjne poprzez php maintenance/nazwaSkryptu.php zamiast php maintenance/run.php nazwaSkryptu.

Zobacz też