Source DB |
Destination DB |
---|---|
|
|
To start a migration task, the source and destination database users must have permissions listed in the following table. Different types of migration tasks require different permissions. For details, see Table 2. DRS automatically checks the database account permissions in the pre-check phase and provides handling suggestions.
Type |
Full Migration |
Full+Incremental Migration |
---|---|---|
Source database user |
The user must have the following minimum permissions: SELECT, SHOW VIEW, and EVENT During user migration, the user must have the SELECT permission for mysql.user. |
The user must have the following minimum permissions: SELECT, SHOW VIEW, EVENT, LOCK TABLES, REPLICATION SLAVE, and REPLICATION CLIENT During user migration, the user must have the SELECT permission for mysql.user. |
Destination database user |
The user must have the following minimum permissions: SELECT, CREATE, ALTER, DROP, DELETE, INSERT, UPDATE, INDEX, EVENT, CREATE VIEW, CREATE ROUTINE, TRIGGER, REFERENCES, and WITH GRANT OPTION. If the destination database version is in the range 8.0.14 to 8.0.18, the SESSION_VARIABLES_ADMIN permission is required. To migrate data, you must have the SELECT, INSERT, UPDATE, and DELETE permissions for the MySQL database. |
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, inconsistent comparison results may be generated, reducing the reliability and validity of the results.
The full+incremental migration process consists of four phases: task startup, full synchronization, incremental synchronization, and task completion. A single full migration task contains three phases. To ensure smooth migration, read the following precautions before creating a migration task.
Type |
Restrictions |
---|---|
Starting a task |
|
Full migration |
|
Incremental migration |
|
Stopping a task |
|
This section uses the migration from an RDS MySQL database to a MySQL database on an ECS as an example to describe how to configure a migration task in a VPC network on the DRS management console.
Parameter |
Description |
---|---|
Region |
The region where the replication instance is deployed. You can change the region. To reduce latency and improve access speed, select the region closest to your services. |
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 |
Available options: Public network, VPC, VPN or Direct Connect
|
Source DB Instance |
Select the DB instance whose data is to be migrated out of the cloud. |
Replication Instance Subnet |
The subnet where the replication instance resides. 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 there are available IP addresses for the subnet. To ensure that the replication instance is successfully created, only subnets with DHCP enabled are displayed. |
Migration Type |
NOTE:
If you select Full+Incremental, data generated during the full migration will be continuously synchronized to the destination database, and the source remains accessible. |
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 migration task creation. This parameter cannot be changed. |
Database Username |
Enter the username of the source database. |
Database Password |
The password for the database username. If the task is in the Starting, Full migration, Incremental migration, or Incremental migration failed status, in the Migration Information area on the Basic Information page, click Update Password next to the Source Database Password field. In the displayed dialog box, change the password. This action only updates DRS with the changed password. |
The username and password of the source database are encrypted and stored in the database and the replication instance during the migration. After the task is deleted, the username and password are permanently deleted.
Parameter |
Description |
---|---|
VPC |
A dedicated virtual network in which the destination database is located. It isolates networks for different services. |
Subnet |
A subnet provides dedicated network resources that are isolated from other networks, improving network security. The subnet must be in the AZ where the source database resides. You need to enable DHCP for creating the source database subnet. |
IP Address or Domain Name |
Enter 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. You can change the password if necessary. To change the password, perform the following operation after the task is created: If the task is in the Starting, Full migration, Incremental migration, or Incremental migration failed status, in the Migration Information area on the Basic Information page, click Update Password next to the Destination Database Password field. In the displayed dialog box, change the password. This action only updates DRS with the changed password. |
SSL Connection |
SSL encrypts the connections between the source and destination databases. If SSL is enabled, upload the SSL CA root certificate. NOTE:
|
Migrate Definer to User |
|
The IP address, port, username, and password of the destination database are encrypted and stored in the database and the replication instance, and will be cleared after the task is deleted.
Parameter |
Description |
---|---|
Flow Control |
You can choose whether to control the flow.
|
Filter DROP DATABASE |
During an incremental migration, executing DDL operations on the source database may affect the data migration performance to some extent. To reduce data migration risks, DRS allows you to filter out DDL operations. The database deletion operation can be filtered out by default.
|
Migrate Account |
During a database migration, accounts need to be migrated separately. There are accounts that can be migrated completely, accounts whose permissions need to be reduced, and accounts that cannot be migrated. You can choose whether to migrate the accounts based on service requirements.
|
Migrate Object |
You can choose to migrate all objects, tables, or databases based on your service requirements.
If the source database is changed, click NOTE:
|
For details about how to handle check items that fail to pass the pre-check, see Solutions to Failed Check Items.
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. The Start at a specified time option is recommended. NOTE:
The migration task may affect the performance of the source and destination databases. You are advised to start the task in off-peak hours and reserve two to three days for data verification. |