Before the live migration process begins, Atlas performs a validation check to ensure that all the necessary form fields and parameters are functional and correct. If any parameters are invalid, Atlas returns an error and live migration does not proceed.
This section describes common live migration validation errors and provides suggestions for what to check if you encounter them.
Common Live Migration Validation Errors
Error | Remediation | ||
---|---|---|---|
Could not reach specified source | Ensure that you added the correct subnet ranges to the IP access list on the source cluster. You can find the four required subnet ranges in the live migration modal window.
| ||
Could not resolve hostname | No IP address was found for the given hostname. Confirm that the given hostname is correct and publicly accessible. | ||
Invalid SSL options provided | If you are using SSL:
If you aren't using SSL:
| ||
The username or password is not correct | |||
User not authorized to execute command | To run the live migration (pull) process, the MongoDB user must have sufficient system privileges. To learn more, see Source Cluster Security. | ||
Disk storage info unavailable | To run the live migration (pull) process, the MongoDB user must have permissions on the source cluster's MongoDB instance. To learn more, see Source Cluster Security. | ||
Source appears to be a standalone | Your source deployment must be a MongoDB replica set. If your source deployment is currently a standalone node, convert it to a single-node replica set before running live migration (pull). | ||
Unable to process the provided CA file | Confirm that your CA file is complete and correctly pasted into the live migration (pull) modal window. | ||
Source cluster contains a time series collection, which is unsupported | Ensure that the source cluster doesn't contain time series collections, which aren't supported. To filter your databases on the source cluster and identify which collections with time series data have caused the error, use the listCollections command, as in the following example:
| ||
Available disk space on the destination needs to be increased | To successfully migrate data between Atlas clusters, the destination cluster must have at least 25% more disk space than the source cluster. Ensure the destination cluster can handle all the data, and increase your destination cluster's disk size if necessary. |