Created
January 16, 2017 03:21
-
-
Save yowcow/5b0f2a84c13d9fd3f33df6ed311d7f04 to your computer and use it in GitHub Desktop.
Dump MongoDB database
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 --port <PORT like 27018> --db <DATABASE> --collection <COLLECTION> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment