ERROR unsupported modification to roles collection in oplog

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.5.5
    • Affects Version/s: 2.5.4
    • Component/s: Security
    • ALL
    • Hide

      $ mongo --norc
      MongoDB shell version: 2.5.5-pre-
      connecting to: test
      > db.auth('root','password')
      1
      > db.runCommand("authSchemaUpgradeStep")

      { "done" : false, "ok" : 1 }

      > db.runCommand("authSchemaUpgradeStep")

      { "done" : true, "ok" : 1 }
      Show
      $ mongo --norc MongoDB shell version: 2.5.5-pre- connecting to: test > db.auth('root','password') 1 > db.runCommand("authSchemaUpgradeStep") { "done" : false, "ok" : 1 } > db.runCommand("authSchemaUpgradeStep") { "done" : true, "ok" : 1 }
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Running the authSchemaUpgradeStep's second phase on a standalone node produces the following message in my log:

      ERROR: Unsupported modification to roles collection in oplog; TODO how to remedy. OplogOperationUnsupported Unsupported oplog operation Oplog entry: c

            Assignee:
            Andy Schwerin
            Reporter:
            Tyler Brock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: