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 an existing DMS database instance. (Optional. If you have not registered a DMS database instance, ignore this option and configure database settings in the section below.) | 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 instance. Select MongoDB. |
Access Method | The access method of the source database. Select Alibaba Cloud Instance. |
Instance Region | The region in which the source ApsaraDB for MongoDB instance resides. |
Replicate Data Across Alibaba Cloud Accounts | Specifies whether to synchronize data across Alibaba Cloud accounts. In this example, No is selected. |
Architecture | The architecture in which the source instance is deployed. Select Sharded Cluster. |
Instance ID | The ID of the source ApsaraDB for MongoDB instance. |
Authentication Database | The name of the authentication database that stores the database accounts and passwords of the source ApsaraDB for MongoDB instance. If you did not change the name of the authentication database before, the default value is admin. |
Database Account | The database account of the source ApsaraDB for MongoDB instance. The account must have the read permissions on the source, config, admin, and local databases. |
Database Password | The password that is used to access the database. |
Shard Account | The account that is used to access the shards in the source ApsaraDB for MongoDB instance. |
Shard Password | The password that is used to access the shards in the source ApsaraDB for MongoDB instance. |
Destination Database | Select an existing DMS database instance. (Optional. If you have not registered a DMS database instance, ignore this option and configure database settings in the section below.) | 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. Select MongoDB. |
Access Method | The access method of the destination database. Select Alibaba Cloud Instance. |
Instance Region | The region in which the destination ApsaraDB for MongoDB instance resides. |
Architecture | The architecture in which the destination instance is deployed. Select Sharded Cluster. |
Instance ID | The ID of the destination ApsaraDB for MongoDB instance. |
Authentication Database | The name of the authentication database that stores the database accounts and passwords of the destination ApsaraDB for MongoDB instance. If you did not change the name of the authentication database before, the default value is admin. |
Database Account | The database account of the destination ApsaraDB for MongoDB instance. The account must have the dbAdminAnyDatabase permission, the read and write permissions on the destination database, and the read permissions on the local database. |
Database Password | The password that is used to access the database. |