From bac93fd4a5c37a32c112ac6ffb93b5bd30fdd4f6 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Tue, 11 Aug 2026 22:20:41 +0200 Subject: [PATCH] Update to postgresql-17 --- compose.postgres.yml | 2 +- release/next | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 release/next diff --git a/compose.postgres.yml b/compose.postgres.yml index c3f071b..b9c581a 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -10,7 +10,7 @@ services: - NEXTCLOUD_UPDATE=1 db: - image: "pgautoupgrade/pgautoupgrade:14-debian" + image: "pgautoupgrade/pgautoupgrade:17-debian" #setting max_connections with -c breaks pgautoupgrade #command: -c "max_connections=${MAX_DB_CONNECTIONS:-100}" volumes: diff --git a/release/next b/release/next new file mode 100644 index 0000000..10a29c1 --- /dev/null +++ b/release/next @@ -0,0 +1 @@ +Update pgautoupgrade to postgresql v17 \ No newline at end of file