From 4ab6057958d2df467c486041bcbd0230759c140c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 7 Aug 2020 01:27:22 +0200 Subject: [PATCH] Upgrade mongodb to 4.4 --- scripts/ynh_mongo_db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ynh_mongo_db b/scripts/ynh_mongo_db index 297ad83..ff2c419 100644 --- a/scripts/ynh_mongo_db +++ b/scripts/ynh_mongo_db @@ -6,8 +6,8 @@ MONGO_DEPENDENCIES_STRETCH="mongodb mongodb-server mongo-tools" MONGO_DEPENDENCIES_BUSTER="mongodb-org mongodb-org-server mongodb-org-tools" MONGO_CONFIG_STRETCH="/etc/mongodb.conf" MONGO_CONFIG_BUSTER="/etc/mongod.conf" -MONGO_REPO_BUSTER="deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 main" -MONGO_KEY_BUSTER="https://www.mongodb.org/static/pgp/server-4.2.asc" +MONGO_REPO_BUSTER="deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" +MONGO_KEY_BUSTER="https://www.mongodb.org/static/pgp/server-4.4.asc" # Execute a mongo command #