Upgrading MariaDB 10.0.20 to 10.1.11 with bi-directional master-slave replication

You are viewing an old version of this question. View the current version here.

Where to download MariaDB (and related products), which ports to use and various other topics related to getting access to MariaDB.

Answer Answered by Stephane Varoqui in this comment.

Hi,

1 Install Maxscale 2 Change your application to connect to Maxscale Route all traffic to Master 3 Start the replication in mode GTID 4 Upgrade your Slaves 4 Install replication-manager https://github.com/mariadb-corporation/replication-manager 5 Do Master Election aka switchover 6 Upgrade the old master

You should be done with 0 downtime

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.