mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
SST script for mariabackup.
Execute mariabackup in innobackupex mode to avoid "unknown argument" error.
This commit is contained in:
parent
ca24f35b67
commit
3d8aacba86
3 changed files with 1042 additions and 0 deletions
1
debian/mariadb-server-10.1.files.in
vendored
1
debian/mariadb-server-10.1.files.in
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -295,6 +295,7 @@ ELSE()
|
|||
wsrep_sst_rsync
|
||||
wsrep_sst_xtrabackup
|
||||
wsrep_sst_xtrabackup-v2
|
||||
wsrep_sst_mariabackup
|
||||
)
|
||||
ENDIF()
|
||||
IF (NOT WITHOUT_SERVER)
|
||||
|
|
|
|||
1040
scripts/wsrep_sst_mariabackup.sh
Normal file
1040
scripts/wsrep_sst_mariabackup.sh
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue