Can't update anything, not Supervisor, not core, no plugins NOTHING

My network has been offline for a while as my Unifi USG stopped working. I’ve now got a replacement but as HA has been out of action for a while there’s quite a jump in version number (not sure if that has anything to do with it).

“You have 2022.03.5 installed. Click update to update to version 2022.07.0”

The error I’m getting is this.

“Update of Supervisor failed: Can’t install ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.07.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.07.0&fromImage=ghcr.io %2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error (“Get “https://ghcr.io/v2/”: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)”)”

I can actually visit ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.07.0 and it comes up with the Github page: Package aarch64-hassio-supervisor · GitHub

If I disable Protection mode on the SSH & Web Terminal and then from the command line I can ping google.com and computers on my network, but if I try up update from the command line I get:

docker pull ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.07.0

I get the following error:

Error response from daemon: Get “Loading…”: context deadline exceeded

If I try:

docker pull ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.08.1 I get the following:

Error response from daemon: Get “Loading…”: net/http request cancelled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Is this a problem with Github? Maybe the command is not correct? Any help appreciated.

Thanks.

I thought that the supervisor would auto-update itself?

the update that the user performs was for the HA core container not the supervisor. And that is a different CLI command.

you don’t say if you are running HA OS Or HA Supervised but is the OS up to date?

Since you are so far behind I wouldn’t jump straight to the latest version anyway. Once the underlying system is up to date (OS, Supervisor, Docker if you manually installed it, etc) then try updating one version at a time and fixing things as they break.

And worse case scenario is to take a backup and try to reinstall from scratch. If you run from an SD card then just use a different one and try to do a fresh install of HA onto that so you don’t bork your existing install.