Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created January 24, 2013 12:16
Show Gist options
  • Select an option

  • Save ozgun/4620808 to your computer and use it in GitHub Desktop.

Select an option

Save ozgun/4620808 to your computer and use it in GitHub Desktop.
mongodb export & import
# export
$ mongoexport -d database -c collection > filename.json
# import
$ mongoimport -d database -c collection filename.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment