We are running Grafana 12.0.0 using six instances. During startup one or more of the instances will hang and never recover even if restarted. We are using MariaDB 10.3.13 running in a Galera cluster with 5 instances.
This is the last entry in the log during start up:
logger=sqlstore t=2025-09-28T12:30:08.213606264-05:00 level=info msg=“Connecting to DB” dbtype=mysql
logger=migrator t=2025-09-28T12:30:08.222598016-05:00 level=info msg=“Locking database”
logger=migrator t=2025-09-28T12:30:08.224651042-05:00 level=info msg=“Starting DB migrations”
logger=migrator t=2025-09-28T12:30:08.240201525-05:00 level=info msg=“Executing migration” id=“Add missing dashboard_uid to annotation table”
Has anyone else experienced this type of behavior?
Thank You!
Eric