Is it possible to downgrade supervisor?

Hi Everyone,

I haven’t upgraded HA since a while because one of the releases had a breaking change to my DYI sensors. Therefore no auto update, nothing.
A few days ago suddenly my supervisor menu went unresponsive and some my sensors went crazy. I had no other option just to cut the power of my Pi4 to reboot it. However after the reboot HA was not accessible. Connection refused both for Web interface and SSH. I connected my monitor and keyboard to the PI and started to investigate.

Long story short, I saw that the docker pull homeassistant/aarch64-hassio-supervisor:latest and docker pull homeassistant/aarch64-hassio-supervisor:2022.06.X was constatly run but none finished.
I pulled the supervisor manually and finally my HA went available again. But now it sais the supervisor is not supported because of OS Agent plus none of my backups are available on the UI. I think the problem is the 1+ year version different.

As I still didn’t have too much free time to update all os my DYI devices code I really trying to not to update the whole HA to the latest version which would probably solve the HA side issue but put the work on the coding side.

Is there any way I can forcibly install the 2021.04.3 version of the supervisor? Whatever command I try it always install the latest supervisor which is 2022.07.0

I have tried:

docker stop hassio_supervisor AND also docker kill hassio_supervisor
docker rm --force hassio_supervisor

then
docker pull homeassistant/aarch64-hassio-supervisor:2021.04.3
also tried
ha supervisor upgrade --version 2021.04.3

Whatever I do, I only ended up with the latest version of the supervisor.
Is there any chance to get back the old version?
My Core is still at 2021.04.3 version, host is on 5.12

Any hints?

Did you ever figure this out? I find myself in a similar situation.

1 Like

Supervisor updates itself. Even if you downgrade, it will update again.

I find myself in the same exact situation since last night. Please update us on if you were able to downgrade supervisor successfully and disable updates through CLI. If I wasn’t somehow able to remove g++ from Node Red configuration to get it at least up and running again, my whole HA install would be useless to me right now. Every single time I run a clone of one of my VM backups it automatically updates supervisor and breaks everything. This is very infuriating, to say the least.