Cant update from 0.112.3 to 0.113.0

I’m trying to update HA (supervised install on proxmox) via GUI but in SUPERVISOR -> DASHBOARD i get ‘Unknown error’ and in the system logs this:

20-07-23 12:24:59 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.113.0
20-07-23 12:24:59 INFO (SyncWorker_4) [supervisor.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.112.3 to homeassistant/qemux86-64-homeassistant:0.113.0
20-07-23 12:24:59 INFO (SyncWorker_4) [supervisor.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.113.0.
20-07-23 12:25:33 ERROR (SyncWorker_4) [supervisor.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.113.0 -> 404 Client Error: Not Found (“no such image: homeassistant/qemux86-64-homeassistant:0.113.0: No such image: homeassistant/qemux86-64-homeassistant:0.113.0”).
20-07-23 12:25:33 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails

Check your disk space, this is the typical error message when the disk has not enough space.

If you used the default downloaded image, that has only 6G allocated. Simply expand the image.

1 Like

This worked for me. I updated the VM disk to 32GB and the file system automatically expanded.

OMG, it was that simple. Thanks guys.

Hello,
I have same issue as @nashaden, but in my case there is plenty of storage space left. Can someone give a clue on what to look at?
Also one exception is that i am trying to upgrade from version 0.112.4.

root@hassio:/# docker exec -ti homeassistant bash
bash-5.0# df -h
Filesystem                Size      Used Available Use% Mounted on
overlay                 227.7G     16.0G    200.1G   7% /
tmpfs                    64.0M         0     64.0M   0% /dev
tmpfs                     7.8G         0      7.8G   0% /sys/fs/cgroup
shm                      64.0M         0     64.0M   0% /dev/shm
/dev/sda2               227.7G     16.0G    200.1G   7% /share
/dev/sda2               227.7G     16.0G    200.1G   7% /ssl
/dev/sda2               227.7G     16.0G    200.1G   7% /config
/dev/sda2               227.7G     16.0G    200.1G   7% /etc/asound.conf
/dev/sda2               227.7G     16.0G    200.1G   7% /run/audio
/dev/sda2               227.7G     16.0G    200.1G   7% /etc/resolv.conf
/dev/sda2               227.7G     16.0G    200.1G   7% /etc/hostname
/dev/sda2               227.7G     16.0G    200.1G   7% /etc/hosts
/dev/sda2               227.7G     16.0G    200.1G   7% /etc/pulse/client.conf
20-07-24 08:58:01 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.113.0 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.113.0: No such image: homeassistant/qemux86-64-homeassistant:0.113.0").
20-07-24 08:58:01 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails
20-07-24 08:58:01 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-12471' coro=<process_lock.<locals>.wrap_api() done, defined at /usr/src/supervisor/supervisor/utils/__init__.py:22> exception=HomeAssistantUpdateError()>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/utils/__init__.py", line 31, in wrap_api
    return await method(api, *args, **kwargs)
  File "/usr/src/supervisor/supervisor/homeassistant.py", line 362, in update
    raise HomeAssistantUpdateError()
supervisor.exceptions.HomeAssistantUpdateError

Docker is installed in a bare metal machine:

root@hassio:/# uname -a
Linux hassio 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
root@hassio:/# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04 LTS
Release:        20.04
Codename:       focal

Thanks in advance.

i had similar problems. This was the solution:

  • fritzbox integration deactivated
  • device_tracking deactivated in configuration.yaml
  • iphone and android integration deactivated

Thanks
It helped