Skip to content

Instantly share code, notes, and snippets.

@serpent403
Last active January 2, 2016 00:49
Show Gist options
  • Save serpent403/8225911 to your computer and use it in GitHub Desktop.
Save serpent403/8225911 to your computer and use it in GitHub Desktop.
Handy MongoDB Commands
# mongo data export and import
mongoexport --host 10.xx.10.xx --db mydatabase --collection colln > colln.bson
mongoimport --host localhost --db mydatabase --collection colln colln.bson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment