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
@@ -37,7 +37,7 @@ function update_script() {
CURRENT_VERSION=$(apt list --installed 2>/dev/null | grep graylog-server | grep -oP '\d+\.\d+\.\d+')
if dpkg --compare-versions "$CURRENT_VERSION" lt "6.3"; then
MONGO_VERSION="8.0" setup_mongodb
MONGO_VERSION="8.2" setup_mongodb
msg_info "Updating Graylog"
$STD apt update
+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)