Top "Replicaset" questions

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).

mongodb : could not find member to sync from

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 replicaset
MongoDB change stream replica-set limitation

What is the reasoning behind only making change streams available on replica sets?

mongodb replicaset changestream
MongoDB: replSet can't get local.system.replset config from self or any seed "server is not running with --replSet"

I try to setup a Replica Set on Ubuntu 14.04 x64. First error I run into when trying $ sudo mongod --port 27017 …

mongodb ubuntu replicaset
Connecting to MongoDB Atlas using Golang mgo: Persistent no reachable server to replica set

I have a replica set from MongoDB atlas, to which I can connect with ANY other language, and regular mongo …

mongodb go mgo replicaset
How can I setup mongo replica set with ansible?

I 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 replicaset
MonogoDB Replica Set Status Not changing from Startup to Secondary

I 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