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

后端 未结 14 978
深忆病人
深忆病人 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:45

    mongodump   --authenticationDatabase admin -uroot -pyourpassword
    

    here root is username and yourpassword is your password.

    This command will backup/dump all database back-up in current directory.

提交回复
热议问题