Percona Server for MySQL 8.0 offers a number of clustering solutions for high availability out-of-the-box:
-
Single-master:
- Asynchronous replication
- Semi synchronous replication
- Multi-master:
- Group replication
- InnoDB Cluster (a combination of MySQL Router, MySQL Shell and Percona Server with Group Replication)
The most popular, battle-tested, and highly scalable solution is, of course, asynchronous replication. In this blog post, we are going to deploy a Percona Server replication setup specifically for high availability. The instructions described here are based on CentOS 7.
Installing Percona Server
For high availability, we need at least two nodes …
[Read more]