Can't create backup mongodump with --db. Authentication failed

后端 未结 14 1009
深忆病人
深忆病人 2020-12-29 18:22

When I create backup of all databases in MongoDB (version 3):

mongodump --username bacUser --password 12345

It\'s OK. But when I try to cre

14条回答
  •  感动是毒
    2020-12-29 18:37

    mongodump --host  --port 27017 --db   --authenticationDatabase admin --username  --password  --out ./Documents/
    

    After all the trail, I found above working command to dump from mongdb.

提交回复
热议问题