Source DB |
Destination DB |
---|---|
|
NOTE:
The destination database version must be the same as or later than the source database version. |
Different types of migration tasks support different migration objects. For details, see Table 2. DRS will automatically check the objects you selected before the migration.
Type |
Precautions |
---|---|
Migration objects |
|
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 3. 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 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 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 MySQL to RDS MySQL in a VPC as an example to describe how to configure a migration task on the DRS 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 To the cloud. The destination DB is on the current cloud. |
Source DB Engine |
Select MySQL. |
Destination DB Engine |
Select MySQL. |
Network Type |
Select VPC Network. Available options: VPC, VPN or Direct Connect, and Public network. By default, the value is Public network.
|
Destination DB Instance |
The RDS DB instance you created. |
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. |
Destination Database Access |
|
Migration Type |
|
Parameter |
Description |
---|---|
Tags |
|
If a task fails to be created, DRS retains the task for three days by default. After three days, the task automatically ends.
The source database can be an ECS database or an RDS instance. Configure parameters based on different scenarios.
Parameter |
Description |
---|---|
Source Database Type |
Select Self-built on ECS. |
VPC |
A dedicated virtual network in which the source database is located. It isolates networks for different services. You can select an existing VPC or create a VPC. |
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 |
The IP address or domain name of the source database. |
Port |
The port of the source database. Range: 1 – 65535 |
Database Username |
The username for accessing the source 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. NOTE:
|
The IP address, domain name, username, and password of the source database are encrypted and stored in DRS, and will be cleared after the task is deleted.
Parameter |
Description |
---|---|
Source Database Type |
Select RDS DB Instance. |
DB Instance Name |
Select the RDS DB instance to be migrated as the source DB instance. |
Database Username |
The username for accessing the source database. |
Database Password |
The password for the database username. |
Parameter |
Description |
---|---|
DB Instance Name |
The RDS DB instance selected during migration task creation. This parameter cannot be changed. |
Database Username |
The username for accessing the destination database. |
Database Password |
The password for the database username. |
Migrate Definer to User |
|
The database username and password are encrypted and stored in the system and will be cleared after the task is deleted.
Parameter |
Description |
---|---|
Flow Control |
You can choose whether to control the flow.
|
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. If you select Yes, you can select the accounts to be migrated as required.
|
Filter DROP DATABASE |
To reduce the risks involved in data migration, DDL operations can be filtered out. You can choose not to synchronize certain DDL operations.
|
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.
If the common parameter values in the comparison results are inconsistent, click Save Change to change the destination database values to be the same as those of the source database.
Performance parameter values in both the source and destination databases can be the same or different.
DRS automatically makes the destination database values the same as those of the source database.
You can also manually enter parameter values.
The system changes the parameter values based on your settings for the destination database values. After the modification, the list is updated automatically.
Some parameters in the destination database require a restart before the changes can take effect. The system will display these as being inconsistent. In addition, restart the destination database before the migration task is started or after the migration task is completed. To minimize the impact of this restart on your services, it is recommended that you schedule a specific time to restart the destination database after the migration is complete.
For details about how to set parameters during a comparison, see Parameters for Comparison.
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. |