同様のエラーに直面し、--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/