From f8942436b3b4b6eb460e199649b1e96dec606097 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 30 May 2025 13:53:49 +0200 Subject: [PATCH] fix --- postgres_15/config.json | 2 +- postgres_15/rootfs/etc/cont-init.d/99-run.sh | 2 +- postgres_17/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres_15/config.json b/postgres_15/config.json index 5444fea46..6be43607e 100644 --- a/postgres_15/config.json +++ b/postgres_15/config.json @@ -39,5 +39,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "15.7-42" + "version": "15.7-43" } diff --git a/postgres_15/rootfs/etc/cont-init.d/99-run.sh b/postgres_15/rootfs/etc/cont-init.d/99-run.sh index 986bbaad0..4371689f7 100755 --- a/postgres_15/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres_15/rootfs/etc/cont-init.d/99-run.sh @@ -326,7 +326,7 @@ upgrade_postgres_if_needed() { main() { bashio::log.info "Checking for required PostgreSQL cluster upgrade before server start..." - if [ -f /config/database/PG_VERSION]; then + if [ -f /config/database/PG_VERSION ]; then upgrade_postgres_if_needed fi diff --git a/postgres_17/config.json b/postgres_17/config.json index 8434ddd23..b040ed63e 100644 --- a/postgres_17/config.json +++ b/postgres_17/config.json @@ -38,5 +38,5 @@ "slug": "postgres_latest", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "17.5-1" + "version": "17.5.1-2" }