Help:Effective data import
From semantic-mediawiki.org
This page briefly shows which maintenance scripts to run when importing XML dumps to a wiki. If prior to the import, the QueryDependencyLinksStore
has been enabled then inline queries using #ask
are expected to be updated (with the help of the ParserCachePurgeJob
) as each entity stores its dependencies from and to a query.
Users 1 note to use:
- "update.php" - just in case, normally not necessary
- "rebuildall.php" -to propagate categories
- "initSiteStats.php" - to bring site stats up to date
- "runJobs.php" - to clear the job queue
- "rebuildData.php" - to update semantic data Note: This script is located in the maintenance directory of Semantic MedaiWiki.
- "runJobs.php" - to clear the job queue, again
- Done!