Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
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
Issue Links
- links to