From 87c17fc16d6368e70672ddf29ad8c19f4c198473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jc=20Mi=C3=B1arro?= Date: Tue, 25 Feb 2025 08:42:48 +0100 Subject: [PATCH] Downgrade mongodb to v7.0 when installing Omada controller (#2625) --- install/omada-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/omada-install.sh b/install/omada-install.sh index 3c16d72e1..ebe98f9c4 100644 --- a/install/omada-install.sh +++ b/install/omada-install.sh @@ -20,7 +20,7 @@ msg_ok "Installed Dependencies" msg_info "Checking CPU Features" if lscpu | grep -q 'avx'; then USE_AVX=true - MONGODB_VERSION="8.0" + MONGODB_VERSION="7.0" msg_ok "AVX detected: Using MongoDB 8.0" else USE_AVX=false