mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Refs #8: preserve gvwstate.dat for pc recovery feature
This commit is contained in:
parent
0f405f216e
commit
9fdae3eb60
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ read_cnf()
|
|||
progress=$(parse_cnf sst progress "")
|
||||
rebuild=$(parse_cnf sst rebuild 0)
|
||||
ttime=$(parse_cnf sst time 0)
|
||||
cpat=$(parse_cnf sst cpat '.*galera\.cache$\|.*sst_in_progress$\|.*grastate\.dat$\|.*\.err$\|.*\.log$\|.*RPM_UPGRADE_MARKER$\|.*RPM_UPGRADE_HISTORY$')
|
||||
cpat=$(parse_cnf sst cpat '.*galera\.cache$\|.*sst_in_progress$\|.*grastate\.dat$\|.*gvwstate\.dat$\|.*\.err$\|.*\.log$\|.*RPM_UPGRADE_MARKER$\|.*RPM_UPGRADE_HISTORY$')
|
||||
incremental=$(parse_cnf sst incremental 0)
|
||||
ealgo=$(parse_cnf xtrabackup encrypt "")
|
||||
ekey=$(parse_cnf xtrabackup encrypt-key "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue