Cannot update from 0.73.2 to 0.74.2

Hi Guys,

I’ve been trying to update from Home Assistant 0.73.2 to 0.74.2 which I’m told is available in my dashboard.

However, after pressing update, nothing seems to happen. Checking the system logs, I’m told.

18-07-30 07:53:36 ERROR (SyncWorker_4) [hassio.docker.interface] Can't install homeassistant/raspberrypi2-homeassistant:0.74.2 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi2-homeassistant:0.74.2: No such image: homeassistant/raspberrypi2-homeassistant:0.74.2").

Any ideas?

0.74.2 is not out yet? are you trying to install a beta version?
image

.74.2 was released 5 days ago:

https://github.com/home-assistant/home-assistant/releases

I used:

sudo hassbian-config upgrade homeassistant

I’m running hassbian on a pi 3b

If you’re running Hassio, you’ll have to wait until someone else comes along

Hi,

I don’t think so…

image

guess it’s being updated. main site still shows 0.74.1, but I can see that the docker image v 0.74.2 has been built 5 days ago:
https://hub.docker.com/r/homeassistant/home-assistant/builds/b3oil4apebap2wezb9wllgb/

not sure how HASS.io checks for updates, and possibly the other images (like those for RPi’s), they could still be being built…

I just managed to update my docker install (not hass.io) to 0.74.2. Try again later maybe?

I’ve been trying since about 5 days ago. Strange that it’s offering the update, but there’s no actual file available.

I’m still very new to this all, so am learning though.

Thanks all for your input so far.

hass.io is basically based on docker, but there are different versions depending on which PI you have.
I would not be surprised if the updated in hass.io only checks for the latest docker image and then informs you.
I also find it odd that there’s been no announcement, normally it gets announced and then we have to wait a few hours for the docker image to be available…

Are you sure you’re not trying to update a ResinOS based Hassio with an HassOS one?

ResinOS based upgrades are no longer being published…

check this post to see if this is also your solution:

I don’t think so.

Here’s a fuller log capturing what happens when I press update

18-07-31 13:15:03 INFO (MainThread) [hassio.homeassistant] Update HomeAssistant to version 0.74.2
18-07-31 13:15:03 INFO (SyncWorker_11) [hassio.docker.interface] Update docker 0.73.2 with homeassistant/raspberrypi2-homeassistant:0.74.2
18-07-31 13:15:03 INFO (SyncWorker_11) [hassio.docker.interface] Pull image homeassistant/raspberrypi2-homeassistant tag 0.74.2.
18-07-31 13:15:09 ERROR (SyncWorker_11) [hassio.docker.interface] Can't install homeassistant/raspberrypi2-homeassistant:0.74.2 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi2-homeassistant:0.74.2: No such image: homeassistant/raspberrypi2-homeassistant:0.74.2").

I’m just pressing the update button that is presented in the Dashboard tab of Hass.io

On the System tab however, it states:

Host system
Hostname hassio
System Resin OS 2.3.0+rev1

That is your problem!

0.74.2 is HassOS based, you can’t upgrade directly.

Thanks for confirming.

So how does one update a ResinOS based system? Should I start again and move to Hassio?

Easy:

  • Make a backup (snapshot) of your current config,
  • Copy the backup to you computer,
  • Download the lastest Hassio version,
  • Burn it with Etcher,
  • Put the card on the rpi and run the install,
  • When finished, copy the backup back to the rpi (you need to install samba),
  • Restore the backup (don’t restore Home Assistant, just files and add-ons),
  • Reboot,
  • That’s it!
1 Like

So helpful.

I’m back up and running. Thanks so much.

1 Like