Graylog2 / docker-compose

A set of Docker Compose files that allow you to quickly spin up a Graylog instance for testing or demo purposes.
Apache License 2.0
415 stars 141 forks source link

Drop MongoDB image to 4.4 (or documentation fix for 5.0) #14

Closed coffee-squirrel closed 1 year ago

coffee-squirrel commented 2 years ago

The result of a recent support case is that MongoDB 4.4 is the latest release compatible with Graylog Server 4.3. This project currently references image mongodb:5.0.

[ HS #1000676139 ]

coffee-squirrel commented 2 years ago

Based upon https://github.com/Graylog2/graylog2-server/pull/13778#issuecomment-1291771475 and https://github.com/Graylog2/graylog2-server/pull/13791 it seems 5.0 is alright after all-- at least for 4.3.x and 5.0.x.

Leaving open as the docs, at least, still need an update to reflect this. I'll also point out that support case 1000676139 (checking for the max compatible/supported MongoDB version) got us an incorrect answer.

bernd commented 1 year ago

We updated the Docker Compose files to use MongoDB 5.0. Thanks for the heads up!