Source DB |
Destination DB |
---|---|
|
|
To obtain accurate comparison results, compare data at a specified time point during off-peak hours. If it is needed, select Start at a specified time for Comparison Time. Due to slight time difference and continuous operations on data, data inconsistency may occur, reducing the reliability and validity of the comparison results.
Before creating a synchronization task, read the following notes:
This section uses synchronization from RDS for MySQL to MySQL as an example to describe how to use DRS to create a real-time synchronization task.
Parameter |
Description |
---|---|
Region |
The region where your service is running. You can change the region. |
Project |
The project corresponds to the current region and can be changed. |
Task Name |
The task name must start with a letter and consist of 4 to 50 characters. It can contain only letters, digits, hyphens (-), and underscores (_). |
Description |
The description consists of a maximum of 256 characters and cannot contain special characters !=<>'&"\ |
Parameter |
Description |
---|---|
Data Flow |
Select Out of the cloud. The source database is a database on the current cloud. |
Source DB Engine |
Select MySQL. |
Destination DB Engine |
Select MySQL. |
Network Type |
The public network is used as an example. Available options: Public network, VPC, VPN or Direct Connect |
Source DB Instance |
The RDS instance you created. |
Synchronization Instance Subnet |
Select the subnet where the synchronization instance is located. You can also click View Subnet to go to the network console to view the subnet where the instance resides. By default, the DRS instance and the destination DB instance are in the same subnet. You need to select the subnet where the DRS instance resides and ensure that there are available IP addresses. To ensure that the synchronization instance is successfully created, only subnets with DHCP enabled are displayed. |
Synchronization Mode |
Available options: Full+Incremental and Incremental
|
Tags |
|
If a task fails to be created, DRS retains the task for three days by default. After three days, the task automatically ends.
Parameter |
Description |
---|---|
DB Instance Name |
The RDS DB instance selected during synchronization task creation. This parameter cannot be changed. |
Database Username |
The username for accessing the source database. |
Database Password |
The password for the database username. |
The username and password of the source database are encrypted and stored in the database and the synchronization instance during the synchronization. After the task is deleted, the username and password are permanently deleted.
Parameter |
Description |
---|---|
IP Address or Domain Name |
The IP address or domain name of the destination database. |
Port |
The port of the destination database. Range: 1 - 65535 |
Database Username |
The username for accessing the destination database. |
Database Password |
The password for the database username. |
SSL Connection |
SSL encrypts the connections between the source and destination databases. If SSL is enabled, upload the SSL CA root certificate. This parameter is unavailable when the network type is VPC network and the database type is RDS DB instance. NOTE:
|
The IP address, port, username, and password of the destination database are encrypted and stored in the database and the synchronization instance, and will be cleared after the task is deleted.
Parameter |
Description |
---|---|
Flow Control |
You can choose whether to control the flow.
|
Incremental Conflict Policy |
The conflict policy refers to the conflict handling policy during incremental synchronization. By default, conflicts in the full synchronization phase are ignored. Select any of the following conflict policies:
In the following scenarios, you can select Ignore or Overwrite. In other scenarios, you are advised to select Report error.
|
Filter DROP DATABASE |
During real-time synchronization, executing DDL operations on the source database may affect the synchronization performance. To reduce the risk of synchronization failure, DRS allows you to filter out DDL operations. Currently, only the delete operations on databases can be filtered by default.
|
Synchronize |
Normal indexes and incremental DDLs can be synchronized. You can determine whether to synchronize data based on service requirements. |
Synchronization Object |
Select Tables or Databases as required.
NOTE:
|
You can proceed to the next step only when all checks are successful. If there are any items that require confirmation, view and confirm the details first before proceeding to the next step.
Parameter |
Description |
---|---|
Started Time |
Set Start Time to Start upon task creation or Start at a specified time based on site requirements. NOTE:
After a synchronization task is started, the performance of the source and destination databases may be affected. You are advised to start a synchronization task during off-peak hours. |