Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created February 23, 2015 12:03
Show Gist options
  • Save hectorperez/813eb998bede68b5e3b1 to your computer and use it in GitHub Desktop.
Save hectorperez/813eb998bede68b5e3b1 to your computer and use it in GitHub Desktop.
restore a Mongo collection
mongo
> use database_name
> db.users.drop()
> exit
mongorestore --collection users --db database_name users.bson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment