Skip to content

Instantly share code, notes, and snippets.

@amanrx07
Last active January 2, 2016 00:49
Show Gist options
  • Select an option

  • Save amanrx07/8225911 to your computer and use it in GitHub Desktop.

Select an option

Save amanrx07/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