From e72767546f08cd04d142e648ff60d0c45b1a1184 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:49:18 +0200 Subject: [PATCH] Use `mariadb-admin` for health check mysql_upgrade is not existing anymore in the new 11.x images --- pwd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwd.yml b/pwd.yml index 4cb9b474..73f1d946 100644 --- a/pwd.yml +++ b/pwd.yml @@ -82,7 +82,7 @@ services: networks: - frappe_network healthcheck: - test: mysqladmin ping -h localhost --password=admin + test: mariadb-admin ping -h localhost --password=admin interval: 1s retries: 20 deploy: