0

I am relatively new to Mongo database. Let me explain the issue. I might be missing something very obvious.

I have a 3 member replica set. One of the existing database is replicating properly (created a collection and verified), but when I create a new database using "use " it is not replicated to the other servers.

vignesh28
  • 1
  • 5
  • Okay, as expected. Silly mistake. Just creating a database won't replicate that empty database across the replica sets. At least, an empty collection is mandatory to see the database being replicated. – vignesh28 Aug 23 '16 at 18:54
  • did u add any records in the newly created database in the new collection ? – user641887 Aug 23 '16 at 19:14
  • was my previous comment helpful ? ..just creating database wont replicate anything – user641887 Aug 23 '16 at 21:00

0 Answers0