关于错误mongoexport
,我在服务器上运行SASL authentication step: Authentication failed.
时遇到问题
我正在使用的命令是:
mongoexport --db database --collection users --out /var/www/test.json -u username -p password --authenticationDatabase 'database'
我可以使用以下命令进入mongo:
mongo -u username -p password -authenticationDatabase database`
当我进入用户角色时,我的用户具有“ ReadWrite”访问权限。
我尝试向用户添加角色“备份”,但始终会收到错误
"No role named dbAdminAnyDatabase@database"
"No role named backup@database"
我使用的是Mongo 3.4.6版。
有人可以帮助我吗?我在做什么错了?