Skip to content

Instantly share code, notes, and snippets.

@valentincognito
Last active February 28, 2019 02:06
Show Gist options
  • Save valentincognito/0a9703913e210fe784ec8b08d61fa2bd to your computer and use it in GitHub Desktop.
Save valentincognito/0a9703913e210fe784ec8b08d61fa2bd to your computer and use it in GitHub Desktop.

Dump

mongodump --username user --password "pwd" --db dbName --out /backups/`date "+%Y-%m-%d"`

Restore

mongorestore --username admin --password "pwd" --authenticationDatabase admin dumpFolder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment