Jump to content

Manual:rebuildall.php

From mediawiki.org
MediaWiki version:
1.2

Details

[edit]

rebuildall.php file is a maintenance script to rebuild the links and indices used for searching your site.

You should run this script after importing some data into your wiki. It will populate the categorylinks , pagelinks , and imagelinks tables and refresh the searchindex table. It will not import or "register" images (even if they are in upload directory and there are articles referencing them). You should use the rebuildImages.php or importImages.php scripts to do this.

This script is equivalent to running rebuildtextindex.php followed by rebuildrecentchanges.php , and finally followed by refreshLinks.php . Note that running this script marks all previously patrolled edits as unpatrolled.

Options/Arguments

[edit]

This script does not take any options or arguments.

Usage

[edit]
php maintenance/run.php rebuildall
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

[edit]