Manuel:PurgeChangedFiles.php

This page is a translated version of the page Manual:PurgeChangedFiles.php and the translation is 100% complete.
Version de MediaWiki :
1.22

Détails

Le fichier purgeChangedFiles.php est un script de maintenance qui balaie la table logging et purge les fichiers concernés et les vignettes dans un intervalle de temps. This script processes 100 items in a batch.

Options/Arguments

Option Description Required?
--starttime Starting timestamp obligatoire
--endtime Ending timestamp obligatoire
--type Comma-separated list of types of changes to send purges for (created,deleted,modified,all) optionnel
--htcp-dest HTCP announcement destination (IP:port) optionnel
--dry-run Do not send purge requests optionnel
--sleep-per-batch Milliseconds to sleep between batches optionnel
--verbose Show more output optionnel

Usage

php maintenance/purgeChangedFiles.php --starttime dt1 --endtime dt2 [ --type| --htcp-dest| --dry-run| --sleep-per-batch| --verbose ]

Dry run to check purging

Terminal

Purging

Terminal

See also