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 server.
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 Patch Release of MongoDB
- Upgrade a MongoDB deployment to a different patch release within the same major release series.
- 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.