Tagged Questions
2
votes
1answer
238 views
What is the safest way to change MongoDB server structure?
I currently have a MongoDB replica set configured as such:
{
"_id" : "ahspy_mongo_set",
"version" : 13,
"members" : [
{
"_id" : 0,
...