Section | Parameter | Description |
N/A | Task Name | The name of the DTS task. DTS automatically generates a task name. We recommend that you specify a descriptive name that makes it easy to identify the task. You do not need to specify a unique task name. |
Source Database | Select a DMS database instance | The database that you want to use. You can choose whether to use an existing database based on your business requirements. If you select an existing database, DTS automatically populates the parameters for the database. If you do not select an existing database, you must configure the following database information.
|
Database Type | The type of the source database. Select Tair/Redis. |
Access Method | The access method of the source database. In this example, Self-managed Database on ECS is selected. Note If your source database is a self-managed database, you must deploy the network environment for the database. For more information, see Preparation overview. |
Instance Region | The region in which the source self-managed Redis database resides. |
Replicate Data Across Alibaba Cloud Accounts | Specifies whether to migrate data across Alibaba Cloud accounts. In this example, No is selected. |
ECS Instance ID | The ID of the Elastic Compute Service (ECS) instance that hosts the source self-managed Redis database. Note If the source Redis database is deployed in a cluster architecture, select the ID of the ECS instance on which a master node resides. |
Instance Mode | The architecture in which the source Redis database is deployed. Select Standalone or Cluster. |
Port Number | The service port number of the source self-managed Redis database. Default value: 6379. Note If the source self-managed Redis database is deployed in a cluster architecture, enter the service port number of a master node. |
Database Password | The password of the source self-managed Redis database. Note This parameter is optional and can be left empty if no password is set. The database password is in the <user>:<password> format. For example, if the username of the account that you use to log on to the source self-managed Redis database is admin and the password is Rp829dlwa, the database password is admin:Rp829dlwa.
|
Encryption | Specifies whether to encrypt the connection to the source database. Select Non-encrypted or SSL-encrypted based on your business requirements. If the SSL encryption feature is disabled for the source self-managed Redis instance, select Non-encrypted. If the SSL encryption feature is enabled for the source self-managed Redis database, select SSL-encrypted. In this case, you must upload a CA Certificate and configure the CA Key parameter.
|
Destination Database | Select a DMS database instance | The database that you want to use. You can choose whether to use an existing database based on your business requirements. If you select an existing database, DTS automatically populates the parameters for the database. If you do not select an existing database, you must configure the following database information.
|
Database Type | The type of the destination database. Set this parameter to Tair/Redis. |
Access Method | The access method of the destination database. Select Alibaba Cloud Instance. |
Instance Region | The region in which the destination Tair instance resides. |
Instance ID | The ID of the destination Tair instance. |
Database Password | The database password of the destination Tair instance. Note The database password is in the <user>:<password> format. For example, if the username of the account that you use to log on to the destination Tair instance is admin and the password is Rp829dlwa, the database password is admin:Rp829dlwa. |