Versions Compared

Key

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

...

To stop the Galera cluster, start  

  1. Find the leader node as described above
  2. Starting with the nodes that are

...

  1. not the

...

  1. leader

...

  1. . 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.

...