Fix file extension in MariaDB backup docs

Change-Id: I0495c1e33696cea36765f027bc453b9d3e8563e0
This commit is contained in:
Pierre Riteau 2020-05-13 18:47:39 +02:00
parent 9540f22e24
commit cdd0eb6488
1 changed files with 2 additions and 2 deletions

View File

@ -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.