From cdd0eb6488164fa769711c7f94d2a0c4387be95f Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 13 May 2020 18:47:39 +0200 Subject: [PATCH] Fix file extension in MariaDB backup docs Change-Id: I0495c1e33696cea36765f027bc453b9d3e8563e0 --- doc/source/admin/mariadb-backup-and-restore.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/mariadb-backup-and-restore.rst b/doc/source/admin/mariadb-backup-and-restore.rst index 8f3e85dce2..1c9d6a6ad9 100644 --- a/doc/source/admin/mariadb-backup-and-restore.rst +++ b/doc/source/admin/mariadb-backup-and-restore.rst @@ -88,8 +88,8 @@ following options on the master database node: (dbrestore) $ cd /backup (dbrestore) $ rm -rf /backup/restore (dbrestore) $ mkdir -p /backup/restore/full - (dbrestore) $ gunzip mysqlbackup-04-10-2018.xbc.xbs.gz - (dbrestore) $ mbstream -x -C /backup/restore/full/ < mysqlbackup-04-10-2018.xbc.xbs + (dbrestore) $ gunzip mysqlbackup-04-10-2018.qp.xbc.xbs.gz + (dbrestore) $ mbstream -x -C /backup/restore/full/ < mysqlbackup-04-10-2018.qp.xbc.xbs (dbrestore) $ mariabackup --prepare --target-dir /backup/restore/full Stop the MariaDB instance.