From 731b8aa809cf05bb7417ef941bee019abac1c08a Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 7 Mar 2012 10:07:32 +0000 Subject: [PATCH] warn that dumpBackup does not actually backup the wiki! The user table is not dumped by that tool. The warning notice makes it clear and will avoid someone having some trouble recovering his precious private data. --- maintenance/dumpBackup.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintenance/dumpBackup.php b/maintenance/dumpBackup.php index c49a29631b..e05f43ce3e 100644 --- a/maintenance/dumpBackup.php +++ b/maintenance/dumpBackup.php @@ -88,6 +88,10 @@ XML interchange wrapper format for export or backup. XML output is sent to stdout; progress reports are sent to stderr. +WARNING: this is not a full database dump! It is merely for public export + of your wiki. For full backup, see our online help at: + https://www.mediawiki.org/wiki/Backup + Usage: php dumpBackup.php [] Actions: --full Dump all revisions of every page. -- 2.20.1