Hi all,
I have a virtualbox machine that I use for tests with a debian+HA installation.
Actually I run
leo@debian:~$ uname -a
Linux debian 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
leo@debian:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
and I run a 0.106.0 HA.
I’m trying to upgrade to 0.106.2, but there is no way to do it.
Every time I get the following error:
20-02-28 23:29:12 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 23:29:12 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 23:29:26 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.106.2
20-02-28 23:29:26 INFO (SyncWorker_7) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.106.0 to homeassistant/qemux86-64-homeassistant:0.106.2
20-02-28 23:29:26 INFO (SyncWorker_7) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.106.2.
20-02-28 23:31:15 ERROR (SyncWorker_7) [hassio.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.106.2 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.106.2: No such image: homeassistant/qemux86-64-homeassistant:0.106.2").
20-02-28 23:31:15 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
20-02-28 23:31:18 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request initialize
Also get “No such image: homeassistant/qemux86-64-homeassistant:0.106.4”
Have running Virtualbox since HA 0.9x without any problems.
The recent HassOS 3.11 update gave some problems, but a few reboots and stopping home assistant helped.
When home assistant (hassio in old-speak) updates, what exactly is downloaded? Is it just the HA core docker? Because that is only a 3-4 M upgrade. Or is it the whole disk image, which is a lot bigger?