Difference between revisions of "Wikibackup"

From Teknologisk videncenter
Jump to: navigation, search
m (New page: == Backup of this wiki == === Locking the database === During backup, the database will be locked using the [http://www.mediawiki.org/wiki/Manual:$wgReadOnly $wgReadOnly] variable in Local...)
(No difference)

Revision as of 08:00, 12 February 2009

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.';