summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_sst_rsync_encrypt_with_key.cnf
blob: f131088f582e91d90f0d8ee1e89f42eef9241b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!include ../galera_2nodes.cnf

[mysqld]
wsrep_sst_method=rsync

[sst]
tkey=@ENV.MYSQL_TEST_DIR/std_data/server-key.pem
tcert=@ENV.MYSQL_TEST_DIR/std_data/server-cert.pem

[mysqld.1]
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'

[mysqld.2]
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'