我遇到类似的错误并添加了
--authenticationDatabase参数,并且在我们连接到远程MongoDB时可以正常工作
在您的代码中使用以下类似格式:
$mongorestore --host databasehost:98761 --username restoreuser--password restorepwd --authenticationDatabase admin --db targetdb ./path/to/dump/

我遇到类似的错误并添加了
--authenticationDatabase参数,并且在我们连接到远程MongoDB时可以正常工作
在您的代码中使用以下类似格式:
$mongorestore --host databasehost:98761 --username restoreuser--password restorepwd --authenticationDatabase admin --db targetdb ./path/to/dump/