Recovering from full cluster shutdown
Posted on Tue 04 December 2012 in hints-and-kinks • Tagged with Galera, MySQL, Pacemaker • 1 min read
If at any time all of the nodes in your cluster have been taken down, it is necessary to re-initialize the Galera replication state. In effect, this is identical to bootstrapping the cluster.
Start by manually bringing up the cluster IP on one of your nodes:
ip address add 192 …
Continue reading