mongorestore
Verified for current stable LTS
Mongorestore Command: Import Bson Data Dump To Database
Use for import bson data dump to database with Mongorestore. Exact CLI syntax to import bson data dump to database using Mongorestore.
When to use this: Use for import bson data dump to database with Mongorestore.
Command Syntax
mongorestore --db <database_name> <path/to/directory> mongorestore --db <database_name> <path/to/directory> Command Breakdown
--db- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to import bson data dump to database 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 With Authentication
mongorestore --host {database_host:port} --db <database_name> --username <username> <path/to/directory> --password Mongorestore Command: Import Collection From Bson File mongorestore --db <database_name> <path/to/file> 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>