Manual:RefreshExternallinksIndex.php/de

MediaWiki Version:
1.33
Category:MediaWiki code/de#RefreshExternallinksIndex.php

Details

refreshExternallinksIndex.php is a maintenance script that refreshes the externallinks table el_index and el_index_60 fields based on the el_to field.

This script runs by default when you run update.php. It processes 10,000 items in every batch.

Optionen

Dieses Skript nimmt keine Optionen an.

Verwendung

php maintenance/run.php refreshExternallinksIndex
Terminal
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:Content maintenance scripts/de
Category:Content maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de