From cfec5879e22a0116446962fe3cd0d32a1b6e4afa Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:38:02 +0200 Subject: [PATCH] 4.4 and Buster Update ynh_mongo_db__2 Default version 4.4 and repo buster --- scripts/ynh_mongo_db__2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ynh_mongo_db__2 b/scripts/ynh_mongo_db__2 index e57703e..e1f707e 100644 --- a/scripts/ynh_mongo_db__2 +++ b/scripts/ynh_mongo_db__2 @@ -1,6 +1,6 @@ #!/bin/bash -readonly YNH_DEFAULT_MONGO_VERSION=7.0 +readonly YNH_DEFAULT_MONGO_VERSION=4.4 # Declare the actual MongoDB version to use: 4.4 ; 5.0 ; 6.0 ; 7.0 # A packager willing to use another version of MongoDB can override the variable into its _common.sh. YNH_MONGO_VERSION=${YNH_MONGO_VERSION:-$YNH_DEFAULT_MONGO_VERSION} @@ -322,7 +322,7 @@ ynh_install_mongo() { fi if [[ "$mongo_version" == "4.4" ]]; then ynh_print_warn --message="Switching to buster package install for Mongo 4.4." - mongo_debian_release=bullseye + mongo_debian_release=buster mongo_packages="mongodb-org-server mongodb-database-tools mongodb-mongosh-shared-openssl11" fi