mongorestore
Verified for current stable LTS
Mongorestore Command: Import Collection From Bson File
Use for import collection from bson file with Mongorestore. Exact CLI syntax to import collection from bson file using Mongorestore.
When to use this: Use for import collection from bson file with Mongorestore.
Command Syntax
mongorestore --db <database_name> <path/to/file> mongorestore --db <database_name> <path/to/file> Command Breakdown
--db- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to import collection from bson file using Mongorestore.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Mongorestore Command: Import Bson Data Dump To Database
mongorestore --db <database_name> <path/to/directory> Mongorestore Command: Import Bson Data Dump With Authentication mongorestore --host {database_host:port} --db <database_name> --username <username> <path/to/directory> --password Mongorestore Command: Import Collection From Bson File With Authentication mongorestore --host {database_host:port} --db <database_name> --username <username> <path/to/file> --password Csvsql Command: Import Csv Into Sql Database csvsql --insert --db "{mysql://user:password@host/database}" <data.csv> Aws Rds Command: Start Db Instance aws rds start-db-instance --db-instance-identifier <instance_identifier>