Use mariadb-admin for health check

mysql_upgrade is not existing anymore in the new 11.x images
This commit is contained in:
simonsan 2026-04-21 23:49:18 +02:00 committed by GitHub
parent 28dbfd57ba
commit e72767546f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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