Created
December 15, 2017 14:55
-
-
Save tuliofaria/9436bd7266736b371b178a7196871df0 to your computer and use it in GitHub Desktop.
Dumping (with mongodump) an AtlasDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongodump --uri "mongodb://<user>:<passwd>@<server1>:27017,<server2>:27017,<server3>:27017/<dbName>?ssl=true&replicaSet=<replicaSetName>&authSource=admin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment