Skip to content

Instantly share code, notes, and snippets.

@seza443
Created December 5, 2017 13:19
Show Gist options
  • Save seza443/78257cdb7aeac3fbeb48695cd1478f55 to your computer and use it in GitHub Desktop.
Save seza443/78257cdb7aeac3fbeb48695cd1478f55 to your computer and use it in GitHub Desktop.
[MongoDB Dump database] #mongodb #dump #database
mongodump --host hostmongodb --port port --username "username" --password "password" --db database-name --out /path/to/export/backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment