# Upgrading Galera Cluster

- [Upgrading from MariaDB 10.3 to MariaDB 10.4 with Galera Cluster](https://mariadb.com/docs/galera-cluster/galera-management/upgrading-galera-cluster/upgrading-from-mariadb-10-3-to-mariadb-10-4-with-galera-cluster.md): Rolling upgrade procedure for moving a Galera Cluster from MariaDB 10.3 to MariaDB 10.4 one node at a time, with no downtime and a Galera 3 to Galera 4 wsrep provider transition.
- [Upgrading from MariaDB 10.4 to MariaDB 10.5 with Galera Cluster](https://mariadb.com/docs/galera-cluster/galera-management/upgrading-galera-cluster/upgrading-from-mariadb-10-4-to-mariadb-10-5-with-galera-cluster.md): Rolling upgrade procedure for moving a Galera Cluster from MariaDB 10.4 to MariaDB 10.5, covering pre-upgrade checks, repository changes, drain steps, and per-node restart workflow.
- [Upgrading from MariaDB 10.5 to MariaDB 10.6 with Galera Cluster](https://mariadb.com/docs/galera-cluster/galera-management/upgrading-galera-cluster/upgrading-from-mariadb-10-5-to-mariadb-10-6-with-galera-cluster.md): Rolling upgrade procedure for moving a Galera Cluster from MariaDB 10.5 to MariaDB 10.6, covering pre-upgrade checks, repository changes, drain steps, and per-node restart workflow.
- [Upgrading from MariaDB 10.6 to MariaDB 10.11 with Galera Cluster](https://mariadb.com/docs/galera-cluster/galera-management/upgrading-galera-cluster/upgrading-from-mariadb-10-6-to-mariadb-10-11-with-galeracluster.md): Rolling upgrade procedure for moving a Galera Cluster from MariaDB 10.6 to MariaDB 10.11; rolling upgrade with IST is supported, but rolling upgrade with SST does not work for this jump.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/galera-cluster/galera-management/upgrading-galera-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
