apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
184 stars 8 forks source link

feat: setup replica with RDS on Cloud #115

Closed TianyuZhang1214 closed 2 weeks ago

TianyuZhang1214 commented 2 weeks ago

What's New

Documentation

  1. 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

  1. 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.

  2. 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.