Cannot upgrade HA in a virtualbox

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

Could you help me to fix it pls.

Thanks
SKAL

Before someone could suggest it me , I’ve tried also to restar the HA with a basic configuration file, but it does not helps :frowning:

I have found this to ba a long standing problem with the virtualbox version.

have you found maybe also a solution?

No, other than to take a snapshot and start again.

I have upgraded just fine until this… will follow for a solution!

1 Like

Hello. I also can’t update to 106.

I get: chomeassistant / qemux86-64-homeassistant: 0.106.2: No such image: homeassistant / qemux86-64-homeassistant: 0.106.2.

It is possible that there is no solution for this

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.

k.r. Niels

404 error usually means the disk is full

Still have 1.2 Gb left, so that should not be the problem here - But thanks for the input David…

1.2Gb… have you looked to see how big the image is?

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?

It downloads the image which is over 1Gb… and doesn’t delete the old one until the new container starts successfully.

The largest image I can find is one of the virtual disks, and they are arround 0.2 Gb !!!
What image is over 1Gb ? My guess would be 50 Mb…

The new 0.106.5 version, installs fine no problem :smiley: :+1:

Just found the docker image: homeassistant/qemux86-64-homeassistant
Size: 390.34 M

Portainer shows me the home assistant image is 1.2Gb

I had the same issue, and I had to do a docker prune to get it to clear up unused images.