Skip to content

Instantly share code, notes, and snippets.

@KavenTheriault
Created October 10, 2019 13:40
Show Gist options
  • Save KavenTheriault/c08cc5a3a7c9a8fe0f8d25a3fabaff91 to your computer and use it in GitHub Desktop.
Save KavenTheriault/c08cc5a3a7c9a8fe0f8d25a3fabaff91 to your computer and use it in GitHub Desktop.
mongodump

mongodump command example

mongodump --host localhost:27017 --username=user --password=password --db=db_name --authenticationDatabase=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment