Handbuch:populateChangeTagDef.php
Appearance
| MediaWiki Version: | ≥ 1.32 |
| MediaWiki-Datei: populateChangeTagDef.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | PopulateChangeTagDef |
Details
This script populates and improves accuracy of change_tag_def table statistics.
Optionen/Argumente
| Option | Beschreibung | Notwendig? |
|---|---|---|
| --dry-run | Print debug info instead of actually deleting | Optional |
| --sleep | Sleep time (in seconds) between every batch, defaults to zero | Optional |
| --populate-only | Do not update change_tag_def table | Optional |
| --set-user-tags-only | Only update ctd_user_defined from valid_tag table | Optional |
Verwendung
php maintenance/run.php populateChangeTagDef [ --dry-run| --sleep| --populate-only| --set-user-tags-only ]
Terminal
$ php maintenance/run.php populateChangeTagDef
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 MediaWiki 1.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.