sheharyarn / mongo-sync

Sync Remote and Local MongoDB Databases :fire:
https://sheharyar.me/blog/sync-mongodb-local-and-production-heroku/
319 stars 89 forks source link

Is it really a sync ? #4

Closed nitinsurana closed 8 years ago

nitinsurana commented 8 years ago

I'm unable to understand - how is it a sync, when it uses mongodump and mongorestore to replace the entire db.

sheharyarn commented 8 years ago

No, it isn't. But mongo-sync is a nice name. If you take a look at the Todo Section in the Readme, I plan to add a --no-overwrite flag which would most closely resemble a sync.