This tag is used mostly for a MongoDB replica set (a group of "mongod" processes that maintain the same data set) and rarely for a Kubernetes ReplicaSet (the next-generation Replication Controller with set-based selector support).
I'm fairly new with mongodb I have a replica set 3 nodes 1 primary (A) 1 secondary (B) 1 Arbiter (C) The replica set …
mongodb replicasetWhat is the reasoning behind only making change streams available on replica sets?
mongodb replicaset changestreamI try to setup a Replica Set on Ubuntu 14.04 x64. First error I run into when trying $ sudo mongod --port 27017 …
mongodb ubuntu replicasetI have a replica set from MongoDB atlas, to which I can connect with ANY other language, and regular mongo …
mongodb go mgo replicasetI have two machines hosting one mongo instance each. I need them to work together as a replica set. I …
mongodb ansible database-replication ansible-playbook replicasetI have setup a MongoDB replica set with 3 nodes(vm's running CentOS). One node became Primary other 2 stuck in Startup. …
mongodb database-replication replicaset