Skip to content

Instantly share code, notes, and snippets.

@olavocneto
Last active August 29, 2015 14:06
Show Gist options
  • Save olavocneto/12238d730d4f489d256e to your computer and use it in GitHub Desktop.
Save olavocneto/12238d730d4f489d256e to your computer and use it in GitHub Desktop.
mongo help
# Connect meteor server mongo database
mongo 127.0.0.1:3001/meteor
# Connect local mongo database
mongo 127.0.0.1:27017/meteor
mongodump -h 127.0.0.1:3001 -d meteor -o dump/meteor/
mongorestore -u client -h production-db-b1.meteor.io:27017 -d db_meteor_com -p 'xyz' dump/meteor/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment