# MongoDB 8.0 graceful shutdown timeoutSecs db.shutdownServer documentation WiredTiger cache shutdown bulk import

Status: search-observed
Product: MongoDB 8.0
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/mongodb-8-0-graceful-shutdown-timeoutsecs-db-shutdownserver-documentation-wiredtiger-cache-shutd
Machine JSON: https://gitdocs.org/api/fixes/mongodb-8-0-graceful-shutdown-timeoutsecs-db-shutdownserver-documentation-wiredtiger-cache-shutd.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The local schema/query is valid, but upgrade path, restart behavior, replication syntax, or background operations changed in the server release.

## Fix

```
Verifier checks durability, restart, and operational safety rather than a one-shot query. Check durability, topology-safe routing, and monitoring meaning.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- MongoDB 8.0 graceful shutdown timeoutSecs db.shutdownServer documentation WiredTiger cache shutdown bulk import
- site:mongodb.com/docs db.shutdownServer timeoutSecs MongoDB
- MongoDB shutdownServer timeoutSecs

## Sources

- MongoDB 8.0 compatibility changes: https://www.mongodb.com/docs/manual/release-notes/8.0-compatibility/
