SST script for mariabackup.

Execute mariabackup in innobackupex mode to avoid "unknown argument" error.
This commit is contained in:
Nirbhay Choubey 2017-02-22 15:58:45 -05:00 committed by Sergei Golubchik
commit 3d8aacba86
3 changed files with 1042 additions and 0 deletions

View file

@ -57,6 +57,7 @@ usr/bin/wsrep_sst_mysqldump
usr/bin/wsrep_sst_rsync
usr/bin/wsrep_sst_xtrabackup
usr/bin/wsrep_sst_xtrabackup-v2
usr/bin/wsrep_sst_mariabackup
usr/share/doc/mariadb-server-10.1/mysqld.sym.gz
usr/share/doc/mariadb-server-10.1/INFO_SRC
usr/share/doc/mariadb-server-10.1/INFO_BIN

View file

@ -295,6 +295,7 @@ ELSE()
wsrep_sst_rsync
wsrep_sst_xtrabackup
wsrep_sst_xtrabackup-v2
wsrep_sst_mariabackup
)
ENDIF()
IF (NOT WITHOUT_SERVER)

File diff suppressed because it is too large Load diff