diff --git a/compose.postgres.yml b/compose.postgres.yml index 6416aad..cee110c 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -10,7 +10,7 @@ services: - NEXTCLOUD_UPDATE=1 db: - image: "postgres:13" + image: "pgautoupgrade/pgautoupgrade:14-debian" command: -c "max_connections=${MAX_DB_CONNECTIONS:-100}" volumes: - "postgres:/var/lib/postgresql/data" diff --git a/release/next b/release/next new file mode 100644 index 0000000..4f9765d --- /dev/null +++ b/release/next @@ -0,0 +1,3 @@ +Important: +Posgres: Due to end of support for postgres 13 we upgraded to pgautoupgrade-14-debian but we could not test it, so please take backups before the upgrade! +Elastic Search: We chose the latest minor update for elasticsearch but we were also not able to test it. \ No newline at end of file