SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to dump all collections, run this command:
mongodump -d {DB_NAME} -o /tmp
It will generate all collections data in json and bson extensions into /tmp/{DB_NAME} directory
json
bson
/tmp/{DB_NAME}