mongorestore --db mydb ./backup/mydb

Category: Databases & SQL

mongorestore --db mydb ./backup/mydb

Restore a dump into a database

Loads the BSON files produced by mongodump back into mydb, recreating collections and indexes. Without --db it restores using the original database names from the dump path. Related: mongodump --out.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.