mongo-sync
mongo-sync copied to clipboard
Sync Remote and Local MongoDB Databases :fire:
This PR allows the use of URI instead of user names and passwords, which allows to interact with MongoDB Atlas sharded M0 free tier databases. Since the removal of the...
Having trouble using with Atlas MongoDB connection lines that look like this: mongodb://my_db:[email protected]:27017,cluster-w6sr0rgg-shard-00-01.bykbc.mongodb.net:27017,cluster-w6sr0rgg-shard-00-02.bykbc.mongodb.net:27017/my_db?ssl=true&replicaSet=atlas-xdipyr-shard-0&authSource=admin&retryWrites=true&w=majority
--drop option in mongorestore drops collection BEFORE restoring it. It is not suitable if you don't want your app to be down while syncing. So I added --hot option to...
Great tool however I'm receiving an error while trying to copy a remote database to a local database (which has credentials). ./mongo-sync pull Server returned error on SASL authentication step:...
Works fine in OSX but when I try to run on my Windows 10 machine this is the error. I'm running git version 2.6.2.windows.1 w/ integrated git/unix commands ``` c:\......