Skip to content

Instantly share code, notes, and snippets.

@frenchbread
Created October 6, 2016 13:50
Show Gist options
  • Save frenchbread/c7f41eefceeb49e5a09906b34e94e36e to your computer and use it in GitHub Desktop.
Save frenchbread/c7f41eefceeb49e5a09906b34e94e36e to your computer and use it in GitHub Desktop.
Scripts to export & import mongodb data
mongodump -h 127.0.0.1 --port 3001 -d meteor
mongorestore -h 127.0.0.1 --port 3001 -d meteor dump/meteor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment