wsrep_provider_version | 2.2(r137)
Server version: 5.5.28-log Percona XtraDB Cluster (GPL), wsrep_23.7.r3821
Created a backup with innobackupex, including --galera-info
Please confirm these steps:
If I want to restore the backup,
-
shut down all nodes within the cluster
-
Restore backup
innobackupex --copy-back /path/to/BACKUP-DIR -
check files permissions on/in data-dir (/var/lib/mysql), and change as necessary
-
modify my.cnf file parameter wsrep_cluster_address to gcomm:// to re-initialize cluster
-
restart mysql
-
start other nodes in cluster, 1 by 1 - should see SST performed
Does that sound about right?
How does the xtrabackup_galera_info file come into play?