A couple of things: wikidb.servername.$DAY is just a gzipped mysql dump of the database. wikifiles.$DAY.tbz is simply a tar of the entire directory structure. I have a cron job run daily to backup both. Create Database Mysql –u root –p Create database wikidb; Exit Restore Database files Cd / Gunzip wikidb.servername.$DAY.gz Mysql –u root –p wikidb < wikidb.servername.$DAY Ensure database restored mysql -u root -p wikidb show tables; /wikifiles.$DAY.tbz Complete restore process complete – to make sure, perform test plan again Potential things that ** may ** be required are: //maintenance/php5 rebuildall.php Double double check the correct database, username, password are used in the //LocalSettings.php file Make sure apache is set up correctly, and the wiki location set appropriately in the LocalSettings.php file