From de85a0daa5d1a523e2ced2fc2eb8c8073944f189 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Mar 2021 20:59:04 +0200 Subject: [PATCH] HowTo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c49f85..5bf0489 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ A replica set in MongoDB is a group of mongod processes that maintain the same data set. Replica sets provide redundancy and high availability, and are the basis for all production deployments. + ##Replication in MongoDB A replica set is a group of mongod instances that maintain the same data set. A replica set contains several data bearing nodes and optionally one arbiter node. - More here: https://docs.mongodb.com/manual/replication/ @@ -20,7 +20,6 @@ This is a quickstart guide of howto use this *LabInstance storage-mongo-replica* ### Default Configuration - - Mongo Port: 27017 - Mongo Root Username: swarmlab @@ -32,6 +31,7 @@ This is a quickstart guide of howto use this *LabInstance storage-mongo-replica* - Mongo ReplicaSet: rs0 + ### Test it!