Created
December 11, 2015 07:03
-
-
Save louisrli/d624213cccdb6d36f67f to your computer and use it in GitHub Desktop.
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
# back up local | |
mongodump -o localdump --port 3001 --db meteor | |
# restore from remote | |
mongorestore --port 3001 dump/bboypractices --db meteor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment