[Maria-discuss] Galera: jump through major versions at once

Hi, Does Galera support rolling upgrades between multiple major versions? I will be upgrading my Galera cluster from MariaDB 10.3.34 to 10.6.x. It'd save a lot of time to jump straight from 10.3 to 10.6 instead of upgrading 10.3 -> 10.4 -> 10.5 -> 10.6. The documentation at https://mariadb.com/kb/en/upgrading-from-mariadb-103-to-mariadb-104-with-gal... implies that the MariaDB version is irrelevant, and only the Galera version matters.
-- With kind regards, William Edwards

William, Recently a lot of testing was done on this (https://jira.mariadb.org/browse/MDEV-27437).
So sst=rsync is required with innodb_use_native_aio=0. https://mariadb.com/kb/en/introduction-to-state-snapshot-transfers-ssts/#rsy... There's a task to upgrade the documentation, but I agree there are a few gaps at the moment. https://jira.mariadb.org/browse/MDEV-28483 The reddit user https://www.reddit.com/r/mariadb/comments/us7wbs/joining_node_to_galera_clus... is attempting the same. On Thu, May 19, 2022 at 4:02 AM William Edwards <wedwards@cyberfusion.nl> wrote:
Hi,
Does Galera support rolling upgrades between multiple major versions?

Hello Daniel, Daniel Black schreef op 2022-05-19 01:09:
The general consensus seems to be: use rsync SST. This is the case.
The page says:
So, I should either: - Use MariaDB < 10.3.35 with sst=rsync and innodb_use_native_aio=0 - Use MariaDB > 10.3.35 with sst=rsync and any value for innodb_use_native_aio MariaDB 10.3.35 is listed at https://mariadb.com/kb/en/mariadb-10335-release-notes/, but not at https://mariadb.org/mariadb/all-releases/ and is not to be found in the repositories. The release notes mention this:
Why is this? Will the binaries be published later?
For future reference: this answers my other post to this mailing list with the subject "Major upgrade instructions missing for Galera". Are there any special steps for upgrading MariaDB 10.5 to 10.6? Thanks so much for the useful information you have provided.
-- With kind regards, William Edwards

There's a typo in my email, see below. William Edwards schreef op 2022-05-19 11:38:
I don't mean standalone MariaDB. I mean upgrading a Galera cluster with MariaDB 10.5 nodes to MariaDB 10.6. (As this page is missing from the documentation.)
-- With kind regards, William Edwards
participants (2)
-
Daniel Black
-
William Edwards