Upgrading postgresql to 17

This commit is contained in:
Linus Gasser
2026-08-11 06:48:54 +02:00
parent 0998a98df5
commit c7ec4c581c
3 changed files with 6 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.
+3
View File
@@ -11,3 +11,6 @@ IMPORTANT:
- Added `check_major_upgrade` (`abra app cmd <app-name> app check_major_upgrade`)
to check whether an instance is ready to upgrade to the next Nextcloud
major version.
Upgrades postgresql with pgautoupgrade:17.
Please only update coming from 14.0.0+33.0.7-fpm.