mongorestore
Verified for current stable LTS
Mongorestore Commands
Mongorestore command syntax with verified terminal examples.
Commands
4 commands for Mongorestore
mongorestore Operations
Mongorestore Command: Import Bson Data Dump To Database
mongorestore --db <database_name> <path/to/directory> mongorestore Operations
Mongorestore Command: Import Bson Data Dump With Authentication
mongorestore --host {database_host:port} --db <database_name> --username <username> <path/to/directory> --password mongorestore Operations
Mongorestore Command: Import Collection From Bson File
mongorestore --db <database_name> <path/to/file> mongorestore Operations
Mongorestore Command: Import Collection From Bson File With Authentication
mongorestore --host {database_host:port} --db <database_name> --username <username> <path/to/file> --password Suggest a Mongorestore Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Mongorestore workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.