From 0d30469b408fd2e69b6bb0bb1ff43854a9132d37 Mon Sep 17 00:00:00 2001 From: bjrnptrsn Date: Fri, 22 Aug 2025 20:56:08 +0200 Subject: [PATCH] Ensure that PostgreSQL starts before HA --- postgres_17/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres_17/config.json b/postgres_17/config.json index c87e3eb8d..4655122a7 100644 --- a/postgres_17/config.json +++ b/postgres_17/config.json @@ -37,6 +37,7 @@ "POSTGRES_USER": "str?" }, "slug": "postgres_latest", + "startup": "system", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", "version": "17.4-12"