Manual:PurgeChangedFiles.php/es

Versión de MediaWiki:
1.22
Category:MediaWiki code/es#PurgeChangedFiles.php

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

OptionDescriptionRequired?
--starttimeStarting timestampRequired
--endtimeEnding timestampRequired
--typeComma-separated list of types of changes to send purges for: created, deleted, modified, allOptional
--htcp-destHTCP announcement destination (IP:port)Optional
--dry-runDo not send purge requestsOptional
--sleep-per-batchMilliseconds to sleep between batchesOptional
--verboseShow more outputOptional

Usage

php maintenance/run.php purgeChangedFiles --starttime dt1 --endtime dt2 [ --type| --htcp-dest| --dry-run| --sleep-per-batch| --verbose ]
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Dry run to check purging

Terminal

Purging

Terminal

See also

Category:Maintenance scripts/es Category:File maintenance scripts/es
Category:File maintenance scripts/es Category:Maintenance scripts/es Category:MediaWiki code/es