All Products
Search
Document Center

ApsaraDB for MyBase:High-availability Edition

Last Updated:Mar 28, 2026

ApsaraDB MyBase comes in two editions: High-availability Edition and Master-replica Edition. This topic describes High-availability Edition.

High-availability Edition is the standard choice for production workloads. Each deployment includes a primary instance and a secondary instance by default. You can also add up to seven read-only instances, each built on a primary/secondary architecture.

High-availability Edition
Note The secondary instance is a passive standby — it does not accept connections or serve read traffic. To serve read-only traffic, add a read-only instance instead.

Supported versions

  • MySQL 8.0

  • MySQL 5.7

  • MySQL 5.6

Topology

Topology of High-availability Edition

Features

High availability

Data replicates from the primary instance to the secondary instance in semi-synchronous or asynchronous mode. If the primary instance becomes unavailable, workloads automatically fail over to the secondary instance.

If a read-only instance fails, its secondary instance takes over as the new read-only instance.

Comprehensive functionality

High-availability Edition includes:

FeatureDescription
Secondary instance recreationRebuild the secondary instance if needed
Backup and restorationProtect and recover data on demand
Performance optimizationMonitor and tune database performance
Read/write splittingRoute read and write traffic across instances
SQL ExplorerStore logs of all executed SQL statements for up to five years, enabling database access auditing and security analysis

Limits

The primary and secondary instances must be deployed in the same region to maintain replication performance.

FAQ

How do I change the data replication mode?

Change the replication mode in the console. For details, see Change the data replication mode of an ApsaraDB RDS for MySQL instance.