Jump to content

Manual:purgeChangedFiles.php

From mediawiki.org
This page is a translated version of the page Manual:PurgeChangedFiles.php and the translation is 58% complete.
MediaWiki バージョン:
1.22

詳細

purgeChangedFiles.php file is a maintenance script to scan the logging table and to purge affected files and thumbnails within a timeframe. This script processes 100 items in a batch.

オプション/引数

オプション 説明 必須かどうか
--starttime 開始タイムスタンプ 必須
--endtime 終了タイムスタンプ 必須
--type Comma-separated list of types of changes to send purges for: created, deleted, modified, all 省略可能
--htcp-dest HTCP announcement destination (IP:port) 省略可能
--dry-run Do not send purge requests 省略可能
--sleep-per-batch Milliseconds to sleep between batches 省略可能
--verbose Show more output 省略可能

使用法

php maintenance/run.php purgeChangedFiles --starttime dt1 --endtime dt2 [ --type| --htcp-dest| --dry-run| --sleep-per-batch| --verbose ]
MediaWiki バージョン 1.39.16 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。

Dry run to check purging

Terminal

一掃

Terminal

関連項目