Enforce DB 7.0 and remove 5.0 references (#23578)

* enforce DB 7.0 and remove 5.0 references

* bump mongo version for datanode

* add links to Mongo upgrade docs

* more upgrade guidance

---------

Co-authored-by: Anton Ebel <anton.ebel@graylog.com>
This commit is contained in:
Patrick Mann
2025-09-19 18:33:00 +02:00
committed by GitHub
parent d6d7dffdba
commit 8ff1300a42
9 changed files with 23 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ version: "3.8"
services:
mongodb:
hostname: "mongodb"
image: "mongo:5.0"
image: "mongo:7.0"
ports:
- "27017:27017"
volumes: