HA not updating to 2022.09.01 and 2022.09.04 (2022.09.02 upgraded without a problem)

For some reason my HA install (2022.09.02) doesn’t want to update to 2022.09.04. When I run the update, it runs a successful backup, HA will reboot, but sticks with the same version 2022.09.02.

Had the exact same issue with 2022.09.01

Logfile:
22-09-14 08:13:09 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2022.9.4
22-09-14 08:13:09 INFO (SyncWorker_6) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:2022.9.2 to ghcr.io/home-assistant/qemux86-64-homeassistant:2022.9.4
22-09-14 08:13:09 INFO (SyncWorker_6) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2022.9.4.
22-09-14 08:13:36 ERROR (SyncWorker_6) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/qemux86-64-homeassistant:2022.9.4: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/qemux86-64-homeassistant:2022.9.4/json: Not Found (“no such image: ghcr.io/home-assistant/qemux86-64-homeassistant:2022.9.4: No such image: ghcr.io/home-assistant/qemux86-64-homeassistant:2022.9.4”)
22-09-14 08:13:36 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

Anybody a suggestion?

1 Like

Here also Same problem waiting for solution

The error message complaining about “no such image” is usually a sign of a failed attempt to download a file due to a lack of storage space.

Do you know how much free space is available on the host machine?

1 Like

10 Gb free, so doubt that’s the case for me.

Ok, fixed my install.

First checked if my HA was healthy by going going to http//myip:4357 , showed unsupported.
Then ran:

sudo ha resolution info

Which showed what needed to get fixed. Instead of fixing the issues manually, opted to reinstall the supervisor.

wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
sudo dpkg -i homeassistant-supervised.deb

After running that, rebooted my machine, checked http//myip:4357, and things were all green. Running the update would still fail at this point.

Then ran this:

sudo ha su repair

And after another reboot I was able to update my HA.

Hope this helps somebody else.
Marco

1 Like

Yes It worked.
thanks