diff options
author | dirtysalt <dirtysalt1987@gmail.com> | 2014-10-31 15:55:18 +0800 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-05-08 17:41:03 -0400 |
commit | 9fdae3eb60746a07ade11236e513d393969e7afd (patch) | |
tree | 9b05c06b52db7ba8b4b27dfc28f1041ad4e7838f | |
parent | 0f405f216efcf7ca000cbf032a6a0a19b3de03cd (diff) | |
download | mariadb-git-9fdae3eb60746a07ade11236e513d393969e7afd.tar.gz |
Refs #8: preserve gvwstate.dat for pc recovery feature
-rw-r--r-- | scripts/wsrep_sst_xtrabackup-v2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_xtrabackup-v2.sh b/scripts/wsrep_sst_xtrabackup-v2.sh index 779dc828a8e..beab9cf6f43 100644 --- a/scripts/wsrep_sst_xtrabackup-v2.sh +++ b/scripts/wsrep_sst_xtrabackup-v2.sh @@ -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 "") |