From e0ee403e1d855573358554a15b472e61f7181d2a Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 15 Feb 2025 11:42:13 +0100 Subject: [PATCH] Wait 10 seconds --- postgres/config.json | 2 +- postgres/rootfs/etc/cont-init.d/99-run.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/postgres/config.json b/postgres/config.json index 890368841..00e1f0ca3 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -38,5 +38,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "15.7-25" + "version": "15.7-26" } diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index 2499283a4..8a659765c 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -203,6 +203,8 @@ troubleshoot_vector_extension() { # Main Extension Handling # ################################### +sleep 10 + if ! check_vector_extension; then enable_vector_extension fi