Upgrading postgresql to 17

This commit is contained in:
Linus Gasser
2026-08-08 11:14:38 +02:00
parent 8d2c1c7e88
commit 66595e37b1
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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:
+2
View File
@@ -0,0 +1,2 @@
Upgrades postgresql with pgautoupgrade:17.
Please only update coming from 14.0.0+33-fpm.