forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2.8 KiB
2.8 KiB
Checking Whether the Source and Destination Databases Are of the Same Type
MongoDB Migration
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