Hello everyone. I am running Hassio in Docker on a Synology NAS, until now it’s been working fine.
I’ve been trying to update my Home Assistant to 0.110.5, I am currently on 0.109.6, everything seems to go well but then I am still presented with the update screen saying I’m still on 0.109.6. I tried performing the update via CLI as well:
Here are the logs I found after Home Assistant came back online:
20-06-08 17:20:23 INFO (MainThread) [supervisor.ingress] Update Ingress as panel for core_ssh
20-06-08 17:20:26 INFO (SyncWorker_9) [supervisor.docker.addon] Start Docker add-on homeassistant/amd64-addon-ssh with version 8.5.4
20-06-08 17:20:30 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.10:8099 ssl:None [Connection refused]
20-06-08 17:21:12 INFO (MainThread) [supervisor.ingress] Update Ingress as panel for a0d7b954_ssh
20-06-08 17:21:14 INFO (SyncWorker_9) [supervisor.docker.addon] Start Docker add-on hassioaddons/ssh-amd64 with version 7.4.0
20-06-08 17:21:16 INFO (MainThread) [supervisor.api.security] /host/info access from a0d7b954_ssh
20-06-08 17:21:18 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:62364 ssl:None [Connection refused]
20-06-08 17:22:03 INFO (SyncWorker_3) [supervisor.docker.interface] Clean addon_core_ssh application
20-06-08 17:22:03 INFO (SyncWorker_3) [supervisor.docker.interface] Remove image homeassistant/amd64-addon-ssh with latest and 8.5.4
20-06-08 17:22:04 INFO (MainThread) [supervisor.addons.addon] Remove add-on data folder /data/addons/data/core_ssh
20-06-08 17:22:04 INFO (MainThread) [supervisor.ingress] Update Ingress as panel for core_ssh
20-06-08 17:22:04 INFO (MainThread) [supervisor.addons] Add-on ‘core_ssh’ successfully removed
20-06-08 17:22:25 INFO (MainThread) [supervisor.api.security] /core/update access from a0d7b954_ssh
20-06-08 17:22:25 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.110.5
20-06-08 17:22:25 INFO (SyncWorker_8) [supervisor.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.109.6 to homeassistant/qemux86-64-homeassistant:0.110.5
20-06-08 17:22:25 INFO (SyncWorker_8) [supervisor.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.110.5.
20-06-08 17:25:00 INFO (SyncWorker_8) [supervisor.docker.interface] Stop homeassistant application
20-06-08 17:26:02 INFO (SyncWorker_8) [supervisor.docker.interface] Clean homeassistant application
20-06-08 17:26:02 INFO (MainThread) [supervisor.homeassistant] Update pulse/client.config: /data/tmp/homeassistant_pulse
20-06-08 17:26:04 INFO (SyncWorker_6) [supervisor.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.110.5
20-06-08 17:26:24 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation in progress
20-06-08 17:26:48 INFO (MainThread) [supervisor.host.sound] Update PulseAudio information
20-06-08 17:28:29 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation done
20-06-08 17:38:30 WARNING (MainThread) [supervisor.homeassistant] Don’t wait anymore of Home Assistant startup!
20-06-08 17:38:30 CRITICAL (MainThread) [supervisor.homeassistant] HomeAssistant update fails -> rollback!
20-06-08 17:38:30 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.109.6
20-06-08 17:38:30 INFO (SyncWorker_8) [supervisor.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.110.5 to homeassistant/qemux86-64-homeassistant:0.109.6
20-06-08 17:38:30 INFO (SyncWorker_8) [supervisor.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.109.6.
20-06-08 17:39:03 INFO (SyncWorker_8) [supervisor.docker.interface] Stop homeassistant application
20-06-08 17:39:08 INFO (SyncWorker_8) [supervisor.docker.interface] Clean homeassistant application
20-06-08 17:39:08 INFO (MainThread) [supervisor.homeassistant] Update pulse/client.config: /data/tmp/homeassistant_pulse
20-06-08 17:39:09 INFO (SyncWorker_19) [supervisor.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.109.6
I tried disabling most add-ons, no luck.
Has anyone experienced something similar? On another thread I saw they were mentioning an issue with PulseAudio, I see some supervisor messages but no errors.
I also uninstalled everything, reinstalled Hassio in Docker and restored from a backup, it goes back to 0.109. If I choose to restore without restoring Home Assistant, it never comes back online.
I’ve been trying to update for the last 3 days, no luck.
Any idea what could go wrong, anyone?
Thanks