Thanks for your support and guiding me through this issue.
I have the same problem. Recorder integration wonāt start, but thereās nothing in the logs indicating what the problem could be.
2024-11-24 22:10:52.698 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {(ārecorderā, None): 1496237.611495111}
2024-11-24 22:11:52.786 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {(ārecorderā, None): 1496237.611495111}
After 300s it just gives up. Everything works after reverting to 2024.10.
Any pointers that could help getting to the bottom of this? I need my current database, I canāt just start from scratch. The history is too valuable to me.
Iām using MariaDB, which itself does not have any relevant log entries. Starting in safe mode makes no difference.
What about using the influx DBS to store first your historical data? I did not notice that my influx DBS was not up and running for a while which caused actually my loss of data.
There is an open core issue Database problem with history Ā· Issue #130115 Ā· home-assistant/core Ā· GitHub
There have been some changes to the recorder that seem to impact performance for large databases upon startup.
There is a temporary fix that worked out for me in the github issue.
Thanks for the link to the discussion in github. Too late for me but hopefully others srvive with their data in case they ran into the same issue.