Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Created June 4, 2014 22:22
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 maxcnunes/18862fe03e65ff29f68b to your computer and use it in GitHub Desktop.
Save maxcnunes/18862fe03e65ff29f68b to your computer and use it in GitHub Desktop.
mongoexport --collection collectioname --db databasename --out /tmp/output
mongoimport --collection collectioname --db databasename --file /tmp/list-to-import.json --jsonArray --stopOnError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment