我需要从我的 mongodb 4.2 到兼容 DocumenDb 4.0 的 mongorestore 我从aws得到命令, 这就是
mongorestore --ssl --host="abc.aws.com:27017" --username=user --password=pass --sslCAFile rds-combined-ca-bundle.pem dump
但它向我显示了这个错误
[1] 1120
-bash: dGFp: command not found
[root@mongo-tf-doc01 dump]# 2021-04-06T12:10:48.434+0000 error connecting to host: could not connect to server: server selection error: server selection timeout
current topology: Type: Single
Servers:
Addr: abc.aws.com:27017:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: connection(abc.aws.com:27017[-121]) connection is closed
我能够成功连接 documentdb,所以我知道这不是连接问题,但是当我恢复时出现错误
发生这种情况是因为 AWS DocumentDB 仅与 mongo 4.0 兼容,而我试图从 mongo 4.2 恢复,为了解决这个问题,我只使用了 AWS DMS,因为它是免费的,过程很简单,而且 AWS 和其他人提供了许多教程在YouTube上