Updated to 2026.8.2 this afternoon, I now regret it.
The system took a huge amount of time to go back up and even then I had the waiting spinner when opening every page.
At some point I was able to see that all automations were lost along with all devices (supposedly due to the breaking change I forgot about when updating); I could also see Mosquitto broker errors in the logs the only time I was able to display it:
Logger: homeassistant.config_entries
Source: config_entries.py:796
First occurred: 17:06:45 (4 occurrences)
Last logged: 17:08:04
Setup of config entry 'Mosquitto broker' for mqtt integration cancelled
Setup of config entry 'Home' for met integration cancelled
Setup of config entry 'Décodeur TV UHD' for dlna_dmr integration cancelled
Setup of config entry '' for hacs integration cancelled
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 796, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 595, in async_setup_entry
await integration.async_get_platforms(platforms_used)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1193, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1193, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1193, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
[Previous line repeated 5 more times]
File "/usr/src/homeassistant/homeassistant/loader.py", line 1162, in async_get_platforms
await self.hass.async_add_import_executor_job(
self._load_platforms, platform_names
)
asyncio.exceptions.CancelledError: Global task timeout: Bootstrap stage 2 timeout
No repair available in the repair page.
However, the Backup page was unavailable as many others, so I tried to reboot.
Now it won’t even start: the IP address is reachable but I always get a ERR_CONNECTION_REFUSED error when trying to load the UI.
It seems that every time I update/upgrade, something goes wrong and I need to start from scratch again. And of course I haven’t locally backed up the backup…
Honestly I’m disappointed and tired of HA.
By the way, it is running on a RPi 5.
Edit: somehow after trying to download the backup files from the SD Card on my computer and then booting the RPi for lack of a better option, the system reverted to a backup from 6 days ago… some data lost but nevermind.
So now I have to understand what needs to be done before updating when it comes to entity IDs.