Manual:populateChangeTagDef.php

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

詳細

This script populates and improves accuracy of change_tag_def table statistics.

オプション/引数

オプション 説明 必須かどうか
--dry-run Print debug info instead of actually deleting 省略可能
--sleep Sleep time (in seconds) between every batch, defaults to zero 省略可能
--populate-only Do not update change_tag_def table 省略可能
--set-user-tags-only Only update ctd_user_defined from valid_tag table 省略可能

使用法

php maintenance/populateChangeTagDef.php [ --dry-run| --sleep| --populate-only| --set-user-tags-only ]
Terminal


スクリプトが実行されるたびに、データベース内にメモが作成され、二度と実行されないようになります。 このスクリプトをもう一度実行したい場合は、コマンドに --force オプションを付けて実行してください。

関連項目