Getting Error In MongoDB While restoring to Document DB "Unknown admin command atlasVersion"

447 views Asked by At

I have taken the backup from Atlas mongodb,but the Atlas account was suspended. by using the backup i tried to restore it to aws documnentdb using the below command

mongorestore --ssl \
    --host="<hostname>:27017" \
    --username=<username> \
    --password=<password> \
    --sslCAFile rds-combined-ca-bundle.pem /home/ubuntu/file

Getting error for the above command: Unknown admin command atlasVersion

How can i restore it to aws documnentdb. Can someone help me to overcome the issue.

0

There are 0 answers