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

An example with mongoUri for replica set is missing replicaSet option

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • 01112017-cleanup
    • None
    • Ops Manager
    • None

    Description

      The current Ops Manager documentation uses the following example for mongo.mongoUri paramter of conf-mms.properties file:

      mongo.mongoUri=mongodb://db1.example.com:40000,db2.example.com:40000,db3.example.com:40000

      As this is an example for a use case when are replica set is used as AppDB, the connection string should also contain the replicaSet option. E.g.:

      mongo.mongoUri=mongodb://db1.example.com:40000,db2.example.com:40000,db3.example.com:40000/?replicaSet=appdbRS

      Attachments

        Activity

          People

            bgrabar Bob Grabar
            dmitry.ryabtsev@mongodb.com Dmitry Ryabtsev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 30 weeks, 3 days ago