Wikibackup

From Teknologisk videncenter
Revision as of 09:03, 12 February 2009 by Heth (talk | contribs)
Jump to: navigation, search

Backup of this wiki

Locking the database

During backup, the database will be locked using the $wgReadOnly variable in LocalSettings.php

$wgReadOnly = 'Backup operation in progress. Please wait a few minutes.';

mysqldump

example

mysqldump -u USERNAME -pPASSWORD --default-character-set=latin1 wikidb -c > /home/backup/wikidb120209.dump