mongodump
Verified for current stable LTS
Mongodump Commands
Mongodump command syntax with verified terminal examples.
Commands
7 commands for Mongodump
mongodump Operations
Mongodump Command: Create Dump All Databases
mongodump mongodump Operations
Mongodump Command: Create Dump Of Specific Collection In Database
mongodump -c <collection_name> -d <database_name> mongodump Operations
Mongodump Command: Create Dump Of Specific Database
mongodump -d <database_name> mongodump Search
Mongodump Command: Create Dump With Connection String
mongodump --uri <connection_string> mongodump Operations
Mongodump Command: Create Dump With Specific Host And Port
mongodump -h <host> --port <port> mongodump Operations
Mongodump Command: Create Dump With Username Prompt For Password
mongodump -u <username> <database> -p mongodump Operations
Mongodump Command: Specify Output Location For Dump
mongodump -o <path/to/directory> Suggest a Mongodump Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Mongodump workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.