Manual:PopulateChangeTagDef.php/de

MediaWiki Version:
1.32
Category:MediaWiki code/de#PopulateChangeTagDef.php

Details

This script populates and improves accuracy of change_tag_def table statistics.

Optionen/Argumente

OptionBeschreibungNotwendig?
--dry-runPrint debug info instead of actually deletingOptional
--sleepSleep time (in seconds) between every batch, defaults to zeroOptional
--populate-onlyDo not update change_tag_def tableOptional
--set-user-tags-onlyOnly update ctd_user_defined from valid_tag tableOptional

Verwendung

php maintenance/run.php populateChangeTagDef [ --dry-run| --sleep| --populate-only| --set-user-tags-only ]
Terminal
Whenever the script runs, it makes a note in the database and will not run again. If you want to run the script again, run the command with the --force option.
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Siehe auch

Category:Maintenance scripts/de Category:Stats maintenance scripts/de
Category:Maintenance scripts/de Category:MediaWiki code/de Category:Stats maintenance scripts/de