Skip to content

Instantly share code, notes, and snippets.

@louisrli
Created December 11, 2015 07:03
Show Gist options
  • Save louisrli/d624213cccdb6d36f67f to your computer and use it in GitHub Desktop.
Save louisrli/d624213cccdb6d36f67f to your computer and use it in GitHub Desktop.
# 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