Manual:PurgeChangedFiles.php
Outdated translations are marked like this.
Versión de MediaWiki: | ≥ 1.22 |
Archivo de MediaWiki: purgeChangedFiles.php | |
---|---|
Ubicación: | maintenance/ |
Código fuente: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Clases: | PurgeChangedFiles |
Detalles
El archivo purgeChangedFiles.php es un script de mantenimiento para escanear el registro de eliminación y purgar archivos afectados dentro de un marco de tiempo. This script processes 100 items in a batch.
Options/Arguments
Option | Description | Required? |
---|---|---|
--starttime | Starting timestamp | Required |
--endtime | Ending timestamp | Required |
--type | Comma-separated list of types of changes to send purges for (created,deleted,modified,all) | Optional |
--htcp-dest | HTCP announcement destination (IP:port) | Optional |
--dry-run | Do not send purge requests | Optional |
--sleep-per-batch | Milliseconds to sleep between batches | Optional |
--verbose | Show more output | Optional |
Usage
php maintenance/purgeChangedFiles.php --starttime dt1 --endtime dt2 [ --type| --htcp-dest| --dry-run| --sleep-per-batch| --verbose ]
Dry run to check purging
Terminal
$ php maintenance/purgeChangedFiles.php --starttime 20210101 --endtime 20211231 --dry-run Checking for created files... Scanning for upload/upload Scanning for import/upload,interwiki Checking for deleted files... Scanning for delete/delete,revision Scanning for suppress/delete,revision Checking for modified files... Scanning for upload/overwrite,revert Scanning for move/move,move_redir
Purging
Terminal
$ php maintenance/purgeChangedFiles.php --starttime 20210101 --endtime 20211231