Skip to content

Instantly share code, notes, and snippets.

@yowcow
Created January 16, 2017 03:21
Show Gist options
  • Save yowcow/5b0f2a84c13d9fd3f33df6ed311d7f04 to your computer and use it in GitHub Desktop.
Save yowcow/5b0f2a84c13d9fd3f33df6ed311d7f04 to your computer and use it in GitHub Desktop.
Dump MongoDB database
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