From a9780e6b7ba602b08bd43b7dad4134bea017393c Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sat, 17 Jan 2026 19:45:31 +0000 Subject: [PATCH] set postgres 17 for nextcloud --- src/nextcloud/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextcloud/constants-service.conf b/src/nextcloud/constants-service.conf index 0e24149..8c7c995 100644 --- a/src/nextcloud/constants-service.conf +++ b/src/nextcloud/constants-service.conf @@ -33,7 +33,7 @@ NEXTCLOUD_VERSION="latest" NEXTCLOUD_PHP_VERSION="8.4" # Defines the postgresql version to install -POSTGRES_VERSION=18 +POSTGRES_VERSION=17 # Defines the IP from the SQL server NEXTCLOUD_DB_IP="127.0.0.1"