mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
33fdb443ea
Disable tests that do not yet pass.
26 lines
591 B
INI
26 lines
591 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
wsrep_sst_method=xtrabackup-v2
|
|
wsrep_sst_auth="root:"
|
|
wsrep_debug=ON
|
|
innodb_safe_truncate=OFF
|
|
|
|
[xtrabackup]
|
|
backup-locks
|
|
close-files
|
|
#compact - disabled in xtrabackup 2.4, https://bugs.launchpad.net/percona-xtrabackup/+bug/1192834/comments/29
|
|
# compression requires qpress from the Percona repositories
|
|
# compress
|
|
# compress-threads=2
|
|
encryption=AES256
|
|
encrypt-key=4FA92C5873672E20FB163A0BCB2BB4A4
|
|
galera-info
|
|
history=backup
|
|
parallel=2
|
|
|
|
[SST]
|
|
encrypt=1
|
|
encrypt-algo=AES256
|
|
encrypt-key=4FA92C5873672E20FB163A0BCB2BB4A4
|
|
transferfmt=@ENV.MTR_GALERA_TFMT
|