New Guide: replica-setup-rds.md
A new user guide has been added, detailing how to synchronize data from RDS on various cloud platforms. Our tests confirm support for the following:
AWS MySQL
AWS Aurora for MySQL
Aliyun RDS
Azure Database for MySQL
ApeCloud WeSQL
MySQL Community Edition
Enhancements
Snapshot Stage Behavior
The snapshot stage is now skipped if the source MySQL server is empty (only contains system databases). This change prevents errors caused by mysqldump when no user data is present.
New Tool: checker.sh
A new script, checker.sh, has been introduced to verify that the MySQL configuration is correct and that the user has the required privileges for replication setup.
What's New
Documentation
A new user guide has been added, detailing how to synchronize data from RDS on various cloud platforms. Our tests confirm support for the following:
Enhancements
Snapshot Stage Behavior
The snapshot stage is now skipped if the source MySQL server is empty (only contains system databases). This change prevents errors caused by
mysqldump
when no user data is present.New Tool:
checker.sh
A new script,
checker.sh
, has been introduced to verify that the MySQL configuration is correct and that the user has the required privileges for replication setup.