Issues upgrading from 0.91.4 to 0.92.0

Hello,

For some reason I cannot get my hassio setup to upgrade from 0.91.4 to 0.92.0. I read various posts where people had config issues so I ran the Check Home Assistant Configuration add-on and everything came back clean:

[Info] Start install HomeAssistant latest
You are using pip version 19.0.3, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[Info] Installed homeassistant==0.92.0, check config now
[Info] Configuration check finished - no error found! :-)

I then attempted the upgrade again with not luck. Below are the system logs:

19-04-26 15:26:19 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.92.0
19-04-26 15:26:19 INFO (SyncWorker_3) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.91.4 to homeassistant/qemux86-64-homeassistant:0.92.0
19-04-26 15:26:19 INFO (SyncWorker_3) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.92.0.
19-04-26 15:27:19 ERROR (MainThread) [hassio.utils] Can't execute update while a task is in progress
19-04-26 15:27:40 INFO (SyncWorker_3) [hassio.docker.interface] Tag image homeassistant/qemux86-64-homeassistant with version 0.92.0 as latest
19-04-26 15:27:40 INFO (SyncWorker_3) [hassio.docker.interface] Stop homeassistant application
19-04-26 15:27:47 INFO (SyncWorker_3) [hassio.docker.interface] Clean homeassistant application
19-04-26 15:27:47 INFO (SyncWorker_3) [hassio.docker.interface] Cleanup images: ['homeassistant/qemux86-64-homeassistant:0.91.4']
19-04-26 15:27:50 INFO (SyncWorker_12) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.92.0
19-04-26 15:37:54 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
19-04-26 15:37:54 CRITICAL (MainThread) [hassio.homeassistant] HomeAssistant update fails -> rollback!
19-04-26 15:37:54 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.91.4
19-04-26 15:37:54 INFO (SyncWorker_19) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.92.0 to homeassistant/qemux86-64-homeassistant:0.91.4
19-04-26 15:37:54 INFO (SyncWorker_19) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.91.4.
19-04-26 15:39:26 INFO (SyncWorker_19) [hassio.docker.interface] Tag image homeassistant/qemux86-64-homeassistant with version 0.91.4 as latest
19-04-26 15:39:26 INFO (SyncWorker_19) [hassio.docker.interface] Stop homeassistant application
19-04-26 15:39:27 INFO (SyncWorker_19) [hassio.docker.interface] Clean homeassistant application
19-04-26 15:39:27 INFO (SyncWorker_19) [hassio.docker.interface] Cleanup images: ['homeassistant/qemux86-64-homeassistant:0.92.0']
19-04-26 15:39:30 INFO (SyncWorker_1) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.91.4
19-04-26 15:39:45 INFO (MainThread) [hassio.homeassistant] Detect a running Home Assistant instance
19-04-26 15:39:45 INFO (MainThread) [hassio.homeassistant] Successful run Home Assistant 0.91.4

I donā€™t know where else to look for issues. If anyone could provide some tips I would greatly appreciate it. Thanks!

Hi there,
i have the same issue, but logs says nothing special, it just seems that updating is going, then a reboot and then still at 0.91.4

1 Like

I am getting the same issue

19-04-26 22:17:13 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.92.0. 19-04-26 22:18:50 ERROR (SyncWorker_1) [hassio.docker.interface] Canā€™t install homeassistant/qemux86-64-homeassistant:0.92.0 -> 404 Client Error: Not Found (ā€œno such image: homeassistant/qemux86-64-homeassistant:0.92.0: No such image: homeassistant/qemux86-64-homeassistant:0.92.0ā€).

1 Like

0.92.1 is released now. Perhaps try again?

1 Like

It looks like there are possible deadlock fixes for a few of the plugins I use.

Release notes are here: https://github.com/home-assistant/home-assistant/releases/tag/0.92.1

Just waiting for the 0.92.1 hassio images to build.

I was able to upgrade to 0.92.1 without a problem. I had to do it from the CLI, but it went great.

hassio ha update --version 0.92.1

Thanks for the tip - no luck here - I ran hassio ha updateā€¦ from command line and got the same errors. Iā€™m a newbie so I do not know how to perform a manual update. I went to the github link provided and downloaded the zip file. Do I need to copy the zip file into the config folder so to run hassio ha updateā€¦? I also tried, hassio homeassistant update --version 0.92.1 with no luck. Thanks in advance for your help

Iā€™m having the same issue as well. I usually like to keep everything up-to-date, however everything is really solid right now. Iā€™ll just wait for the next version and see if anything changes.