Fix file extension in MariaDB backup docs
Change-Id: I0495c1e33696cea36765f027bc453b9d3e8563e0
(cherry picked from commit cdd0eb6488
)
This commit is contained in:
parent
9a0cf74360
commit
ff8a0cce37
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user