# Using MariaDB Replication with MariaDB Galera Cluster

- [Overview of Hybrid Replication](https://mariadb.com/docs/galera-cluster/high-availability/using-mariadb-replication-with-mariadb-galera-cluster/overview-of-hybrid-replication.md): Hybrid replication combines synchronous MariaDB Galera Cluster with standard asynchronous MariaDB replication to feed external replicas for disaster recovery, analytics, or migration.
- [Using MariaDB Replication with MariaDB Galera Cluster](https://mariadb.com/docs/galera-cluster/high-availability/using-mariadb-replication-with-mariadb-galera-cluster/using-mariadb-replication-with-mariadb-galera-cluster-using-mariadb-replica.md): Combine standard MariaDB replication with MariaDB Galera Cluster, configuring a cluster node as a replication master or replica via log\_slave\_updates and wsrep\_restart\_slave.
- [Configuring MariaDB Replication between MariaDB Galera Cluster and MariaDB Server](https://mariadb.com/docs/galera-cluster/high-availability/using-mariadb-replication-with-mariadb-galera-cluster/configuring-mariadb-replication-between-mariadb-galera-cluster-and-mariadb.md): Configure asynchronous MariaDB replication from a Galera Cluster source to a MariaDB Server replica, including the cluster server\_id, log\_slave\_updates, and wsrep GTID-mode setup.
- [Configuring MariaDB Replication between Two MariaDB Galera Clusters](https://mariadb.com/docs/galera-cluster/high-availability/using-mariadb-replication-with-mariadb-galera-cluster/configuring-mariadb-replication-between-two-mariadb-galera-clusters.md): Set up asynchronous MariaDB replication between two Galera Clusters, with per-cluster server\_id and wsrep\_gtid\_domain\_id values plus parallel-replication tuning on the destination.
- [Using MariaDB GTIDs with MariaDB Galera Cluster](https://mariadb.com/docs/galera-cluster/high-availability/using-mariadb-replication-with-mariadb-galera-cluster/using-mariadb-gtids-with-mariadb-galera-cluster.md): MariaDB Galera Cluster has partial GTID support via wsrep\_gtid\_mode, which associates write-sets with globally unique GTIDs that remain consistent across cluster nodes in most cases.


---

# 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/high-availability/using-mariadb-replication-with-mariadb-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.
