Created
May 13, 2020 07:52
-
-
Save umardx/4bfb80b13740f95522fa262224b14208 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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