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!