-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 6.0.12
-
Component/s: None
-
None
-
ALL
Hi,
I've tried updating a win mongo db deployment from version 6.0.6 to 6.0.12 and the server fails to start. My mongod.cfg contains:
cloud: monitoring: free: state: off
The error message is:
Unrecognized option: cloud.monitoring.free.state
The documentation no longer contains the "cloud" section. https://www.mongodb.com/docs/v6.0/reference/configuration-options/
This seems to me as a pretty unexpected breaking change between bug fix versions. I also didn't find a mention of it in the release notes https://www.mongodb.com/docs/manual/release-notes/6.0/
The expected behavior would perhaps be a warning in the mongod log.
- is caused by
-
SERVER-78987 Remove the free monitoring code from mongodb/mongo repo
- Closed