forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
2.9 KiB
2.9 KiB
Checking Whether the Source and Destination Databases Are of the Same Type
Migration from MongoDB to DDS
Check Item |
Whether the source and destination databases are of the same type |
---|---|
Description |
Check whether the source and destination databases are of the same type. If they are of different types, the migration fails. |
Failure Cause and Handling Suggestion |
Failure cause: The destination database is a cluster but the source database is a replica set. Handling suggestion: Change the type of the source or destination database. |
Failure cause: The destination database is a replica set but the source database is a cluster. Handling suggestion: Change the type of the source or destination database. |
Parent topic: Source DB Instance Statuses