diff --git a/compose.postgres.yml b/compose.postgres.yml index 777f9df..1830b95 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/14.1.0+33-fpm b/release/14.1.0+33-fpm new file mode 100644 index 0000000..cb53810 --- /dev/null +++ b/release/14.1.0+33-fpm @@ -0,0 +1,2 @@ +Upgrades postgresql with pgautoupgrade:17. +Please only update coming from 14.0.0+33-fpm.