MongoDB's replica set uses redundant nodes to provide a high availability and resilience against network partitions of the primary node.
Whenever I type: rs.initiate(), I get the following error message: { "info2" : "no configuration explicitly specified -- making one", "me" : "…
mongodb ubuntu google-cloud-platform mongodb-replica-setI am getting this message every time I do rs.initiate() : No host described in new configuration 1 for replica set …
mongodb ubuntu-14.04 replicaset mongodb-replica-setI use ubuntu. I start three mongod replica set as follows: $ mongod --replSet setname --logpath "1.log" --dbpath /data/rs1 --port 27017 …
mongodb mongodb-replica-setI have 2 application servers, which are connecting to a replicaSet (Primary, Secondary and Arbitrer). Issue i'm facing is [ 'MongoError: no …
mongodb mongodb-replica-setI want to turn on the replication in monga. So when I tried to use rs.initiate I get the …
mongodb mongodb-replica-setIn replica set cluster of MongoDB how can i ensure quick response for a concurent users when my primary is …
mongodb mongodb-query mongodb-replica-setI have installed the latest version of mongodb (v4.0.5) using the following link https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/ …
mongodb mongodb-replica-set