Download from the MongoDB Download Center. To install with a package manager, select your operating system and package management method in the following steps.
Overview of Binaries
The Database Tools include the following binaries:
Binary Import / Export | |
Creates a binary export of the contents of a
| |
Data Import / Export | |
Imports content from an Extended JSON, CSV, or TSV export file. | |
Diagnostic Tools | |
Provides an overview of the time a | |
GridFS Tools | |
Supports manipulating files stored in your MongoDB instance in GridFS objects. |
Common Tasks
After you install the Database Tools, use the following tools to work with your MongoDB data:
To back up a database, see
mongodump.To restore data from a backup, see
mongorestore.To import data into a collection, see
mongoimport.To export data from a collection, see
mongoexport.