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" }