I’ve just updated my HA core Docker installation, from v2021.10.3 to the current release. After the update I couldn’t get access to the Lovelace GUI. The last entry in the log was:
2021-12-31 15:06:01 INFO (Recorder) [homeassistant.components.recorder.pool.RecorderPool] Pool recreating
2021-12-31 15:06:01 INFO (MainThread) [custom_components.hacs] Executing task: store_hacs_data
I waited for 20 minutes, then decided it might be worth trying deleting home-assistant_v2.db (it was 1.6GB in size). So I stopped HA, deleted the database, rebooted, and tried restarting HA again. Now it is still not starting, but nothing is being written to the log either.
Any idea how I can recover things?
This is how I did the update:
sudo docker stop home-assistant
docker rm home-assistant
docker pull homeassistant/home-assistant
sudo docker run -d --name="home-assistant" --restart unless-stopped \
-v ~/homeassistant:/config -v /etc/letsencrypt:/etc/letsencrypt \
-v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant