...
To stop the Galera cluster, start
- Find the leader node as described above
Starting with the nodes that are
...
not the
...
leader
...
. Stop the database on all nodes, .
Code Block [root@datanodes2 /]# systemctl stop mariadb [root@datanodes1 /]# systemctl stop mariadb [root@datanodes0 /]# systemctl stop mariadb
Start Galera cluster
To start the Galera cluster, log in to the leader node.
...