Recently we faced an issue where the config management software had automatically upgraded the mariadb-server-10.1 package to the latest 10.1.31 version. This upgrade broke the galera cluster setup for this installation.
I’ve started to recreate this issue in my local lab setup and I managed to reproduce this problem.
I have created a 3 node galera setup: galera1 (192.168.55.100), galera2 (192.168.55.101) and galera3 (192.168.55.102). All 3 servers run MariaDB-10.1.30. Galera replication is working fine.
This is the basic galera config:
# cat /etc/mysql/conf.d/cluster.cnf ######################################################### # Galera config ######################################################### [mysqld] wsrep_on = ON wsrep_provider = /usr/lib/libgalera_smm.so wsrep_provider_options = wsrep_cluster_name = …[Read more]