-
-
Save seza443/78257cdb7aeac3fbeb48695cd1478f55 to your computer and use it in GitHub Desktop.
[MongoDB Dump database] #mongodb #dump #database
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
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