Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-3467

MMS Backup: Authentication instructions incorrect for 2.6.x

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Blocker - P1 Blocker - P1
    • v1.3.9
    • None
    • Cloud Manager
    • None

    Description

      This URL: http://mms.mongodb.com/help/reference/authentication/#mms-backup
      Has outdated instructions for creating an MMS Backup user. I'm currently validating, but it looks like the command should be more like this:

      use admin
      db.createUser(
      {user:"BackupUser",
      pwd:"password",
      roles:["clusterAdmin",
      "readAnyDatabase",
      "userAdminAnyDatabase",
      {role:"readWrite",db:"local"},
      {role:"readWrite",db:"admin"}]}
      )

      Attachments

        Activity

          People

            sam.kleinman Sam Kleinman (Inactive)
            peter.gravelle@mongodb.com Peter Gravelle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              9 years, 14 weeks, 1 day ago