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 search index. 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/rebuildall.php
Terminal

See also[edit]