Skip to content

Instantly share code, notes, and snippets.

@WagnerMoreira
Last active August 29, 2015 14:16
Show Gist options
  • Save WagnerMoreira/a3588d0cc658aa667c09 to your computer and use it in GitHub Desktop.
Save WagnerMoreira/a3588d0cc658aa667c09 to your computer and use it in GitHub Desktop.
Mongodump and Restore

To restore a Mongodb database:

mongodump --db dbname_to_backup

Unzip the tar.gz file and use this unziped path to restore

mongorestore --db dbname_to_receive backup_path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment