Skip to content

Instantly share code, notes, and snippets.

@gmoqa
Created August 20, 2019 18:17
Show Gist options
  • Save gmoqa/1705617470b15e37b0ba29e87d9c7a9b to your computer and use it in GitHub Desktop.
Save gmoqa/1705617470b15e37b0ba29e87d9c7a9b to your computer and use it in GitHub Desktop.
Mongo DB Snippets
sudo apt install mongo-tools
mongodump --uri "mongo://localhost:sadasda@asdasassad.com" --out ~/Documents/ --forceTableScan
bsondump --pretty --outFile collection.json collection.bson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment