Created
March 2, 2015 17:16
-
-
Save javamonn/1f443115b44d22ff1257 to your computer and use it in GitHub Desktop.
Dumping DB from MongoHQ
This file contains hidden or 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 -h candidate.12.mongolayer.com:10054 -d *db name* -u *username* -p *password* -o *output-dir* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
restoring from dump: