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

Comment on: "mms/tutorial/configure-backup-agent-for-cr.txt"

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • Affects Version/s: None
    • Component/s: None
    • Environment:

      In the 2.4 section on this page, we are missing a comma between admin and config.

      otherDBRoles: {
              local: ['readWrite'],
              admin: ['readWrite']
              config: ['readWrite']
           }
      

      should instead be

      otherDBRoles: {
              local: ['readWrite'],
              admin: ['readWrite'],
              config: ['readWrite']
           }
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            peter.gravelle@mongodb.com Peter Gravelle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 29 weeks, 6 days ago