Skip to content

Instantly share code, notes, and snippets.

@frenchbread
Created December 30, 2016 01:35
Show Gist options
  • Save frenchbread/ab493c3d28e590adaf28d00543c4551f to your computer and use it in GitHub Desktop.
Save frenchbread/ab493c3d28e590adaf28d00543c4551f to your computer and use it in GitHub Desktop.
Commands for mongo dump & restore
  • Dump - mongodump -h 127.0.0.1 --port 3001 -d meteor

  • Restore - 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