Manual:RebuildImages.php/pt-br

Versão do MediaWiki:
1.4
Category:MediaWiki code/pt-br#RebuildImages.php

Detalhes

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

Opção/ParâmetroDescriçãoRequired
--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


Uso

php maintenance/run.php rebuildImages [ --missing| --dry-run ]
Terminal
No MediaWiki versão 1.39.13 e anteriores, você deve invocar os scripts de manutenção usando $2 em vez de $3.

See also

Category:Maintenance scripts/pt-br Category:File maintenance scripts/pt-br
Category:File maintenance scripts/pt-br Category:Maintenance scripts/pt-br Category:MediaWiki code/pt-br