MongoDB update (#14114)

This commit is contained in:
Slaviša Arežina
2026-04-29 23:55:11 +02:00
committed by GitHub
parent 1bcc12af82
commit 50b2256b1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
MONGO_VERSION="8.0" setup_mongodb
MONGO_VERSION="8.2" setup_mongodb
msg_info "Setup Graylog Data Node"
PASSWORD_SECRET=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c16)