Skip to content

How to upgrade MariaDB properly using Replication Manager? #1142

@PeterJanRoes

Description

@PeterJanRoes

MariaDB specifies a strict upgrade path for the primary and replicas. First all replicas should be upgraded to the newer version. After that a replica should be promoted to be the new primary. The old primary should not yet start replicating from the new primary, as the old primary is still on the old MariaDB version. The old primary should be upgraded first to the new MariaDB version and after that it can be joined as a replica to the new primary.

How is this upgrade process supported by Replication Manager? Of course it is trivial to upgrade all replicas while not changing the primary. But how can we switchover using Replication Manager to a replica and prevent replication from starting on the old primary? I have tried to find an option in the web interface, and have tried to find some documentation on how to upgrade a MariaDB master/slave cluster with Replication Manager. I could not yet find anything. Maybe I need to put the primary into Maintenance Mode before switching over? I cannot find any documentation on Maintenance Mode either. Can you point me into the right direction?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions