Manual:PopulateIpChanges.php/de

This page is a translated version of the page Manual:PopulateIpChanges.php and the translation is 64% complete.
MediaWiki Version:
1.30

Details

populateIpChanges.php is a maintenance script that finds all rows in the revision table where the user is an IP and copies relevant fields to the ip_changes table. This backfilled data is then available when querying for IP ranges on Special:Contributions.

Optionen

Option Beschreibung Notwendig Default
--rev-id rev_id to start copying from. Optional 0
--max-rev-id rev_id to stop at Optional Maximum rev_id of results
--throttle Wait this many milliseconds after copying each batch of revisions Optional 0
--force Run regardless of whether the database says it has been run already Optional

Verwendung

php maintenance/populateIpChanges.php [ --rev-id| --max-rev-id| --throttle| --force ]
Terminal

Siehe auch