From 75fa0f6c501ebfbe72a36320736858abf47143c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Aug 2026 11:32:31 +0000 Subject: [PATCH] chore(deps): update pgautoupgrade/pgautoupgrade docker tag to v18 --- compose.postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.postgres.yml b/compose.postgres.yml index b9c581a..8760bed 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -10,7 +10,7 @@ services: - NEXTCLOUD_UPDATE=1 db: - image: "pgautoupgrade/pgautoupgrade:17-debian" + image: "pgautoupgrade/pgautoupgrade:18-debian" #setting max_connections with -c breaks pgautoupgrade #command: -c "max_connections=${MAX_DB_CONNECTIONS:-100}" volumes: