mongorestore; mongo> db.auth()使所有用户失败

时间:2019-05-17 16:23:56

标签: mongodb authentication mongodump mongorestore

(假设docker容器的详细信息与此处不相关)

  • mongodump --gzip整个3.4.1实例
  • mongorestore存档到4.0.9实例(不带--auth)
    • 所有用户完好无损
  • 重新生成4.0.9实例(带有--auth)
  • 尝试使用use admindb.auth('admin', 'admin#pwd')
    • Error: Authentication failed.

日志报告

... Supported SASL mechanisms requested for unknown user 'admin@admin'
... SASL SCRAM-SHA-1 authentication failed for admin on admin from client 127.0.0.1:50320 ; UserNotFound: Could not find user admin@

我要尝试:

  • 重新生成新实例(不带--auth)
  • 重置所有用户密码
  • 重新生成实例(带有--auth)
  • 重试db.auth(...)

0 个答案:

没有答案