Jump to content

Manual:PurgeChangedPages.php/ko

From mediawiki.org
This page is a translated version of the page Manual:PurgeChangedPages.php and the translation is 24% complete.
미디어위키 버전:
1.22

상세

purgeChangedPages.php file is a maintenance script to send purge requests for pages edited in a date range to squid/varnish. This script can be used to recover from an HTCP message partition or other major cache layer interruption. It processes 100 items in a batch.

옵션/인수

Option Description Required?
--starttime Starting timestamp Required
--endtime Ending timestamp Required
--htcp-dest HTCP announcement destination (IP:port) Optional
--sleep-per-batch Milliseconds to sleep between batches Optional
--dry-run Do not send purge requests Optional
--verbose Show more output Optional

사용법

php maintenance/run.php purgeChangedPages --starttime dt1 --endtime dt2 [ --htcp-dest| --sleep-per-batch| --dry-run| --verbose ]
Terminal
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

같이 보기