Configuration and Maintenance
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
This section describes routine management operations, including updating your MongoDB deployment's configuration.
- Run-time Database Configuration
- Outlines common MongoDB configurations and examples of best-practice configurations for common use cases.
- Upgrade to the Latest Revision of MongoDB
- Introduces the basic process for upgrading a MongoDB deployment between different minor release versions.
- Manage
mongod
Processes - Start, configure, and manage running
mongod
process. - Terminate Running Operations
- Stop in progress MongoDB client operations using
db.killOp()
andmaxTimeMS()
. - Rotate Log Files
- Archive the current log files and start new ones.