...
To stop the Galera cluster , do these steps.
- 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
...