Cant upgrade to 86.0

Hass.io won’t upgrade from 85.1 to 86.0 and getting the below:

19-01-24 03:30:31 ERROR (SyncWorker_38) [hassio.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.86.0 -> 404 Client Error: Not Found (“manifest for homeassistant/qemux86-64-homeassistant:0.86.0 not found”).
19-01-24 03:30:31 WARNING (MainThread) [hassio.homeassistant] Home Assistant is already running!

See my reply here.

I have the same issue

That error also can mean that your HassIO VM has insufficient disk space for the upgrade.

If you installed the base HASSIO VM Image and didn’t resize the vmdk size PRIOR to your first run of HASSIO, you only have a 6GB VM size which can be quickly chewed up.

Easy way to check is to enable SSH addon and do a

df -h

You should see something like this.

Filesystem                Size      Used Available Use% Mounted on
overlay                  30.8G      4.7G     24.5G  16% /
tmpfs                    64.0M         0     64.0M   0% /dev
tmpfs                   995.9M         0    995.9M   0% /sys/fs/cgroup
/dev/root                69.6M     69.6M         0 100% /dev/init
/dev/sda8                30.8G      4.7G     24.5G  16% /share
/dev/sda8                30.8G      4.7G     24.5G  16% /backup
/dev/sda8                30.8G      4.7G     24.5G  16% /data
/dev/sda8                30.8G      4.7G     24.5G  16% /config
/dev/sda8                30.8G      4.7G     24.5G  16% /ssl
/dev/sda8                30.8G      4.7G     24.5G  16% /addons
/dev/sda8                30.8G      4.7G     24.5G  16% /etc/asound.conf
/dev/sda8                30.8G      4.7G     24.5G  16% /etc/hosts
/dev/sda8                30.8G      4.7G     24.5G  16% /etc/hostname
/dev/sda8                30.8G      4.7G     24.5G  16% /etc/resolv.conf
shm                      64.0M         0     64.0M   0% /dev/shm
tmpfs                   995.9M    996.0K    994.9M   0% /run/docker.sock
tmpfs                   995.9M    996.0K    994.9M   0% /run/dbus

Make sure “overlay” shows around 1.3GB or so free or you won’t have enough space to download the update. You can try freeing up space if that is your issue by deleting snapshots, uninstalling un-needed addons etc.

Otherwise the easiest option is to do a snapshot, copy it off, and then rebuild a new VM shell and restore the snapshot (I had to do that).

That can’t be it, I am getting the same error and I have 8.3G Available.

Having the same issue. I have tried several times. It acts as though it is updating but after reboot I am still seeing

image

image

Resolved forcing the update to a specific version using the following code:

hassio homeassistant update --options "version=0.86.0"
hassio homeassistant restart

To update Home Assistant to a specific version, use the command:

hassio homeassistant update --version=x.y.z

Well I did the same and got 0.86.0 working.
hassio homeassistant update --options “version=0.86.0”

(HassOS, HassOS 1.13, Hypervisor 142)

But now the Hass.Io Dashboard says

Home Assistant 0.85.1 is available
You are currently running version 0.86.0

Kind of strange…

Maybe once 0.86.1 is available it will sort things out?

I had the same problem with 0.85 and cant update. So I’m still on 0.84.6

Same problem here! It stays at 0.85.1. Upgrading since release version of hassio without problems, but this time it doesn´t work.

My Hassio instance showed an update was available. I then shutdown the system to take a backup. Once booted the option to upgrade did not return. After running hassio homeassistant update --version=0.86.0 I successfully upgraded to 0.86.0 but get the following message :smiley: I won’t be clicking upgrade anytime soon.

image

Same thing here. Waiting for an update to address this before attempting it again…

This morning the notification to update is gone. They must have pulled it to fix it?

I tried to update manually but still the same error

19-01-2417:33:23 ERROR (SyncWorker_1) [hassio.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.86.0 -> 404 Client Error: Not Found (“no such image: homeassistant/qemux86-64-homeassistant:0.86.0: No such image: homeassistant/qemux86-64-homeassistant:0.86.0”).

19-01-24 17:33:23 WARNING (MainThread) [hassio.homeassistant] Home Assistant is already running! 19-01-24 17:33:23 INFO (MainThread) [hassio.homeassistant] Successful run Home Assistant 0.86.0

Strange is that it tells me that HA is already on 0.86 but its still 0.84.6

ich kann leider auch nicht updaten und bekomme folgenden Fehler:

2019-01-24 20:54:51 ERROR (MainThread) [homeassistant.config] Invalid config for [homeassistant]: [sensor._humidity] is an invalid option for [homeassistant]. Check: homeassistant->customize->sensor._humidity. (See /config/configuration.yaml, line 2). 
2019-01-24 20:54:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1103, in async_call
    raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: (ServiceNotFound(...), 'Service persistent_notification.create not found')

Does anyone have the same problem?

i have the same, but it complains about sensor.date__time in stead.

2 __ are invalid now. Read the release notes. You need to fix invalid ID’s

but if i search thru all my files this dosent exists?

I haven’t found any invalid ids either.