Wikibackup

From Teknologisk videncenter
Revision as of 08:00, 12 February 2009 by Heth (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.';