Created
June 9, 2019 08:13
-
-
Save mhemrg/ee3ee0a5da510e45d52c9375a579594f to your computer and use it in GitHub Desktop.
Dump MongoDB
This file contains hidden or 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
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