Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To stop the Galera cluster do these steps.

  1. Find the leader node as described above
  2. 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


...