This commit is contained in:
alexbelgium
2025-05-30 13:53:49 +02:00
parent a9a4f432e6
commit f8942436b3
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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

View File

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