Skip to content

Instantly share code, notes, and snippets.

@umardx
Created May 13, 2020 07:52
Show Gist options
  • Save umardx/4bfb80b13740f95522fa262224b14208 to your computer and use it in GitHub Desktop.
Save umardx/4bfb80b13740f95522fa262224b14208 to your computer and use it in GitHub Desktop.
# Dump mongodb
mongodump --uri "mongodb://username:password@mongo-host:27017/db_name?authSource=admin&readPreference=primary" \
--gzip --archive=backup.gz
# Restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment