Skip to content

Instantly share code, notes, and snippets.

@thiagozs
Created September 20, 2013 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagozs/6641593 to your computer and use it in GitHub Desktop.
Save thiagozs/6641593 to your computer and use it in GitHub Desktop.
MongoDB import and export
mongodb/bin/mongoexport -d produtos -c rt_produtos_v2 --host 127.0.0.1 --port 3000 -o /tmp/produtos_zilli.json
mongodb/bin/mongoimport -d produtos -c rt_produtos_v2 --host 127.0.0.1 --port 27017 --file produtos_zilli.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment