Wikibackup

From Teknologisk videncenter
Revision as of 11:15, 15 May 2009 by Heth (talk | contribs) (mysqldump)
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 = '<b>Backup operation in progress.</b> Please wait a few minutes.';

mysqldump

example

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