Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created June 9, 2019 08:13
Show Gist options
  • Save mhemrg/ee3ee0a5da510e45d52c9375a579594f to your computer and use it in GitHub Desktop.
Save mhemrg/ee3ee0a5da510e45d52c9375a579594f to your computer and use it in GitHub Desktop.
Dump MongoDB
mongodump --uri 'mongodb://USERNAME:PASSWORD@HOST:PORT/DB_NAME?authSource=admin' -o my-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment