I have a raspberry pi 4 running HA 2023.1.7, HAOS 9.5 running off a 512GB SSD with 97% free space. Its running fine, but I can no longer update HA or HAOS ; whenever I try, I get this in the logs:
23-02-17 15:23:12 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2023.2.5
23-02-17 15:23:12 INFO (SyncWorker_6) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.1.7 to ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.2.5
23-02-17 15:23:12 INFO (SyncWorker_6) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant with tag 2023.2.5.
23-02-17 15:24:34 ERROR (SyncWorker_6) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.2.5: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.2.5/json: Not Found ("no such image: ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.2.5: No such image: ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.2.5")
23-02-17 15:24:34 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
Rebooting or restarting or power cycling doesnt help. I can update addons, just not core or HAOS.
edit, it seems I can no longer update addons either, I just tried updating node-red, and it gave a similar error:
23-02-21 20:31:11 INFO (SyncWorker_4) [supervisor.docker.addon] Updating image ghcr.io/hassio-addons/node-red/aarch64:14.0.2 to ghcr.io/hassio-addons/node-red/aarch64:14.0.3
23-02-21 20:31:11 INFO (SyncWorker_4) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/node-red/aarch64 with tag 14.0.3.
23-02-21 20:32:37 ERROR (SyncWorker_4) [supervisor.docker.interface] Can't install ghcr.io/hassio-addons/node-red/aarch64:14.0.3: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/hassio-addons/node-red/aarch64:14.0.3/json: Not Found ("no such image: ghcr.io/hassio-addons/node-red/aarch64:14.0.3: No such image: ghcr.io/hassio-addons/node-red/aarch64:14.0.3")
Googling I found one other user with a similar problem, and he “solved” it by reinstalling HAOS and then restoring a backup. I thought Id try that, so I prepared a new SSD with the Pi4 image, booted from that, got the “preparing HA” screen and for 4 hours thats all I got. When I checked my router, I could see HA was still ‘active’, as periodically I would see a few or few dozen MB/s download traffic. But nothing else happened, and this shouldnt last for hours upon hours.
I dont have a spare Pi to keep running overnight or troubleshoot, so I just inserted the old SSD again.
Im at a loss what to do or what causes this. The only thing I can think off is that around the time HA stopped updating, I installed a Deco mesh router, but its properly configured, IP address is reserved, everything is forwarded to the pi, it has full internet access, I configured google DNS, I have remote access to it… Ideas?
Can I SSH in to a fresh install, or can I prepare an SSD that already has HA fully installed instead of downloading it?