This topic describes how to synchronize data between ApsaraDB RDS for MySQL instances that belong to different Alibaba Cloud accounts by using Data Transmission Service (DTS).

Prerequisites

  • An ApsaraDB RDS for MySQL instance is created. For more information, see Create an ApsaraDB RDS for MySQL instance..
  • The database type of the source and destination instances is ApsaraDB RDS for MySQL.
  • The source and destination ApsaraDB RDS for MySQL instances have internal endpoints.

Precautions

  • DTS uses read and write resources of the source and destination databases during initial full data synchronization. This may increase the loads of the database servers. If the database performance or specifications are unfavorable, or the data volume is large, database services may become unavailable. For example, DTS occupies a large amount of read and write resources in the following cases: a large number of slow SQL queries are performed on the source database, the tables have no primary keys, or a deadlock occurs in the destination database. Before you synchronize data, evaluate the impact of data synchronization on the performance of the source and destination databases. We recommend that you synchronize data during off-peak hours. For example, you can synchronize data when the CPU utilization of the source and destination databases is less than 30%.
  • We recommend that you do not use gh-ost or pt-online-schema-change to perform DDL operations on objects during data synchronization. Otherwise, data synchronization may fail.
  • The tables to be migrated in the source database must have PRIMARY KEY or UNIQUE constraints and all fields must be unique. Otherwise, the destination database may contain duplicate data records.
  • During initial full data synchronization, concurrent INSERT operations cause fragmentation in the tables of the destination instance. After initial full data synchronization is complete, the size of used tablespace of the destination instance is larger than that of the source instance.
  • If the destination database is an ApsaraDB RDS for MySQL instance that does not run MySQL 5.7 or 8.0, DTS creates the dtssyncwriter database account that has write permissions and is exclusive to DTS for the destination database.

Billing

Synchronization typeTask configuration fee
Schema synchronization and full data synchronizationFree of charge.
Incremental data synchronizationCharged. For more information, see Billing overview.

Supported synchronization topologies

  • One-way one-to-one synchronization
  • One-way one-to-many synchronization
  • One-way cascade synchronization
  • One-way many-to-one synchronization

For more information about synchronization topologies, see Synchronization topologies.

SQL operations that can be synchronized

Operation typeSQL statement
DMLINSERT, UPDATE, DELETE, and REPLACE
DDL
  • ALTER TABLE and ALTER VIEW
  • CREATE FUNCTION, CREATE INDEX, CREATE PROCEDURE, CREATE TABLE, and CREATE VIEW
  • DROP INDEX and DROP TABLE
  • RENAME TABLE
  • TRUNCATE TABLE

Limits

  • Incompatibility with triggers

    If you select a database as the object to be synchronized and the database contains a trigger that updates a table, data inconsistency may occur. For more information about how to solve this issue, see Configure a data synchronization task for a source database that contains a trigger.

  • Limits on RENAME TABLE operations

    RENAME TABLE operations may cause data inconsistency between the source and destination databases. For example, if only Table A is selected as the object to be synchronized and is renamed Table B, Table B cannot be synchronized to the destination database. To prevent this situation, you can select the entire database where Table A is located as the object to be synchronized when you configure the data synchronization task.

Preparations

Set the Alibaba Cloud account that owns the destination ApsaraDB RDS instance as a trusted account. This allows DTS to access the cloud resources of the Alibaba Cloud account that owns the source ApsaraDB RDS instance. For more information, see Configure RAM authorization for cross-account data migration and synchronization.

Note To authorize the Alibaba Cloud account that owns the destination instance, you must log on to the Resource Access Management (RAM) console with the Alibaba Cloud account that owns the source instance. Then, you can create a data migration or data synchronization task by using the Alibaba Cloud account that owns the destination instance.

Procedure

  1. Purchase a data synchronization instance by using the Alibaba Cloud account that owns the destination ApsaraDB RDS instance. For more information, see Purchase a data synchronization instance.
    Note Select MySQL for both the source and destination instances. Select One-way Synchronization as the synchronization topology.
  2. Use the Alibaba Cloud account that owns the destination ApsaraDB RDS instance to log on to the DTS console by using the Alibaba Cloud account that owns the destination ApsaraDB RDS instance.
  3. In the left-side navigation pane, click Data Synchronization.
  4. In the upper part of the Data Synchronization Tasks page, select the region in which the destination instance resides.
  5. Find the data synchronization instance and click Configure Task in the Actions column. Configure a one-way data synchronization task
  6. Configure the source and destination instances. Configure the source and destination instances
    SectionParameterDescription
    N/ASynchronization Task NameThe task name that DTS automatically generates. We recommend that you specify a descriptive name that makes it easy to identify the task. You do not need to use a unique task name.
    Source Instance DetailsInstance TypeSelect RDS Instance.
    Instance RegionThe source region that you selected on the buy page. The value of this parameter cannot be changed.
    Apsara Stack Tenant Account ID of RDS InstanceThe ID of the Alibaba Cloud account that owns the source ApsaraDB RDS instance.
    Note Before you configure this parameter, click RDS Instances of Other Alibaba Cloud Accounts in the Source Instance Details section. Select an ApsaraDB RDS instance that belongs to a different Alibaba Cloud account
    Role NameThe name of the RAM role that you configured earlier in Preparations.
    RDS Instance IDThe ID of the source instance.
    Destination Instance DetailsInstance TypeSelect RDS Instance.
    Instance RegionThe destination region that you selected on the buy page. The value of this parameter cannot be changed.
    Instance IDThe ID of the destination instance.
    Database AccountThe database account of the destination instance.
    Note If the database engine of the destination ApsaraDB RDS instance is MySQL 5.5 or MySQL 5.6, you do not need to configure the Database Account or Database Password parameter.
    Database PasswordThe password of the database account.
    EncryptionSelect Non-encrypted or SSL-encrypted. If you want to select SSL-encrypted, you must enable SSL encryption for the ApsaraDB RDS instance before you configure the data synchronization task. For more information, see Configure SSL encryption for an ApsaraDB RDS for MySQL instance.
    Important The Encryption parameter is available only within regions in the Chinese mainland and the China (Hong Kong) region.
  7. In the lower-right corner of the page, click Set Whitelist and Next.
    Note
    • You do not need to modify the security settings for ApsaraDB instances (such as ApsaraDB RDS for MySQL and ApsaraDB for MongoDB) and ECS-hosted databases. DTS automatically adds the CIDR blocks of DTS servers to the whitelists of ApsaraDB instances or the security group rules of Elastic Compute Service (ECS) instances. For more information, see Add the CIDR blocks of DTS servers to the security settings of on-premises databases.
    • After data synchronization is complete, we recommend that you remove the CIDR blocks of DTS servers from the whitelists or security groups.
  8. Select the synchronization policy and the objects to be synchronized. Select objects for the one-way data synchronization task
    Parameter/SettingDescription
    Select the objects to be synchronized

    Select one or more objects from the Available section and click the Rightwards arrow icon to add the objects to the Selected section.

    You can select tables or databases as the objects to be synchronized.

    Note
    • If you select a database as the object to be synchronized, all schema changes in the database are synchronized to the destination database.
    • By default, after an object is synchronized to the destination database, the name of the object remains unchanged. You can use the object name mapping feature to rename the objects that are synchronized to the destination instance. For more information, see Rename an object to be synchronized.
    Rename Databases and Tables

    You can use the object name mapping feature to rename the objects that are synchronized to the destination instance. For more information, see Object name mapping.

    Replicate Temporary Tables When DMS Performs DDL Operations
    If you use Data Management (DMS) to perform online DDL operations on the source database, you can specify whether to synchronize temporary tables generated by online DDL operations.
    • Yes: DTS synchronizes the data of temporary tables generated by online DDL operations.
      Note If online DDL operations generate a large amount of data, the data synchronization task may be delayed.
    • No: DTS does not synchronize the data of temporary tables generated by online DDL operations. Only the original DDL data of the source database is synchronized.
      Note If you select No, the tables in the destination database may be locked.
    Retry Time for Failed Connections
    By default, if DTS fails to connect to the source or destination database, DTS retries within the next 720 minutes (12 hours). You can specify the retry time based on your needs. If DTS reconnects to the source and destination databases within the specified time, DTS resumes the data synchronization task. Otherwise, the data synchronization task fails.
    Note When DTS retries a connection, you are charged for the DTS instance. We recommend that you specify the retry time based on your business needs. You can also release the DTS instance at your earliest opportunity after the source and destination instances are released.
  9. In the lower-right corner of the page, click Next.
  10. Select the initial synchronization types. Advanced settings
    • During initial synchronization, DTS synchronizes the schema and data of required objects from the source instance to the destination instance. The schema and data are the basis for subsequent incremental synchronization.
    • Initial synchronization includes initial schema synchronization and initial full data synchronization. In most cases, you must select both Initial Schema Synchronization and Initial Full Data Synchronization.
  11. In the lower-right corner of the page, click Precheck.
    Important
    • Before you can start the data synchronization task, a precheck is performed. You can start the data synchronization task only after the task passes the precheck.
    • If the task fails to pass the precheck, you can click the Info icon next to each failed item to view details.
      • After you troubleshoot the issues based on the causes, you can run a precheck again.
      • If you do not need to troubleshoot the issues, you can ignore failed items and run a precheck again.
  12. Close the Precheck dialog box after the The precheck is passed. message is displayed in the Precheck dialog box. Then, the data synchronization task starts.
  13. Wait until initial synchronization is complete and the data synchronization task enters the Synchronizing state.
    You can view the state of the data synchronization task on the Synchronization Tasks page. State of the data synchronization task