File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,15 @@ Graylog now requires at least Mongo DB version 7.0. Earlier versions are no long
1717In general, MongoDB upgrades must be done from one minor release to the next, going to the latest bug fix version
1818in that release. Please refer to the Mongo DB upgrade documentation for details:
1919- [ Upgrade tutorial] ( https://www.mongodb.com/docs/manual/tutorial/upgrade-revision/#std-label-upgrade-to-latest-revision/ )
20- - [ 6.0] ( https://www.mongodb.com/docs/manual /release-notes/6.0-upgrade/ )
20+ - [ 6.0] ( https://www.mongodb.com/docs/v6.0 /release-notes/6.0/#upgrade-procedures )
2121- [ 7.0] ( https://www.mongodb.com/docs/manual/release-notes/7.0-upgrade/ )
2222- [ 8.0] ( https://www.mongodb.com/docs/manual/release-notes/8.0-upgrade/ )
2323
24+ Graylog users who cannot upgrade to MongoDB >= 7.0 prior to upgrading Graylog to 7.0.x can disable Graylog's preflight
25+ check via its configuration setting (` skip_preflight_checks = true ` ) to let Graylog start regardless of the used MongoDB
26+ version. This approach is not recommended though, as Graylog might start using MongoDB 7.0 features over the course of
27+ the Graylog 7.x series.
28+
2429### Kafka Inputs
2530
2631The ` kafka-clients ` library was updated to 4.x which removes support for Kafka
You can’t perform that action at this time.
0 commit comments