You might want to check your date. I’m guessing from that log your Hassio machine things is is the 22nd June 2018 and the Amazon cert doesn’t start until the 3rd December 2018 hence your error “certificate is not yet valid” when the update tries to download from the the https URL.
Hi,
i just notice the date in that log, but it’s It is strange that history has the correct date.
I tried and performed an update, that’s the log I’m getting right now:
19-04-17 15:32:47 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.91.4 19-04-17 15:32:47 INFO (SyncWorker_13) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.89.2 to homeassistant/raspberrypi3-homeassistant:0.91.4 19-04-17 15:32:47 INFO (SyncWorker_13) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.91.4. 19-04-17 15:37:06 INFO (SyncWorker_13) [hassio.docker.interface] Tag image homeassistant/raspberrypi3-homeassistant with version 0.91.4 as latest 19-04-17 15:37:06 INFO (SyncWorker_13) [hassio.docker.interface] Stop homeassistant application 19-04-17 15:37:38 INFO (SyncWorker_13) [hassio.docker.interface] Clean homeassistant application 19-04-17 15:37:39 INFO (SyncWorker_13) [hassio.docker.interface] Cleanup images: [‘homeassistant/raspberrypi3-homeassistant:0.89.2’] 19-04-17 15:37:54 INFO (SyncWorker_4) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.91.4 19-04-17 15:47:57 WARNING (MainThread) [hassio.homeassistant] Don’t wait anymore of Home Assistant startup! 19-04-17 15:47:57 CRITICAL (MainThread) [hassio.homeassistant] HomeAssistant update fails -> rollback! 19-04-17 15:47:57 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.89.2 19-04-17 15:47:57 INFO (SyncWorker_7) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.91.4 to homeassistant/raspberrypi3-homeassistant:0.89.2 19-04-17 15:47:57 INFO (SyncWorker_7) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.89.2. 19-04-17 15:51:22 INFO (SyncWorker_7) [hassio.docker.interface] Tag image homeassistant/raspberrypi3-homeassistant with version 0.89.2 as latest 19-04-17 15:51:22 INFO (SyncWorker_7) [hassio.docker.interface] Stop homeassistant application 19-04-17 15:51:27 INFO (SyncWorker_7) [hassio.docker.interface] Clean homeassistant application 19-04-17 15:51:28 INFO (SyncWorker_7) [hassio.docker.interface] Cleanup images: [‘homeassistant/raspberrypi3-homeassistant:0.91.4’] 19-04-17 15:51:38 INFO (SyncWorker_18) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.89.2 19-04-17 15:53:14 INFO (MainThread) [hassio.homeassistant] Detect a running Home Assistant instance 19-04-17 15:53:14 INFO (MainThread) [hassio.homeassistant] Successful run Home Assistant 0.89.2
Can you quote your log output, it makes it much easier to read (instructions are in the blue box at the top of the page)
I do remember reading something about rollback in the event of a failed update. I wonder if you have something in your config that prevents your HA from starting and as a result it failed back.
Try the “Check Home Assistant configuration” addon. It should pull the update and check your configs against it. This will show the output in the log of that addon. Then you can try fixing any deprecated config and try your upgrade again.
Hi
thank you for the advice, unfortunately that not solved the problem.
the addon log is:
[Info] Start install HomeAssistant latest
[Info] Installed homeassistant==0.91.4, check config now
[Info] Configuration check finished - no error found!
19-04-19 12:07:05 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token 19-04-19 12:08:41 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.91.4 19-04-19 12:08:41 INFO (SyncWorker_13) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.89.2 to homeassistant/raspberrypi3-homeassistant:0.91.4 19-04-19 12:08:41 INFO (SyncWorker_13) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.91.4. 19-04-19 12:12:50 INFO (SyncWorker_13) [hassio.docker.interface] Tag image homeassistant/raspberrypi3-homeassistant with version 0.91.4 as latest 19-04-19 12:12:50 INFO (SyncWorker_13) [hassio.docker.interface] Stop homeassistant application 19-04-19 12:13:21 INFO (SyncWorker_13) [hassio.docker.interface] Clean homeassistant application 19-04-19 12:13:21 INFO (SyncWorker_13) [hassio.docker.interface] Cleanup images: ['homeassistant/raspberrypi3-homeassistant:0.89.2'] 19-04-19 12:13:32 INFO (SyncWorker_18) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.91.4 19-04-19 12:22:08 INFO (MainThread) [hassio.updater] Fetch update data from https://s3.amazonaws.com/hassio-version/stable.json 19-04-19 12:22:08 INFO (MainThread) [hassio.addons.git] Update add-on https://github.com/hassio-addons/repository repository 19-04-19 12:22:08 INFO (MainThread) [hassio.addons.git] Update add-on https://github.com/home-assistant/hassio-addons repository 19-04-19 12:22:09 INFO (MainThread) [hassio.addons] Load add-ons: 56 all - 0 new - 0 remove 19-04-19 12:23:35 **WARNING** (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup! 19-04-19 12:23:35 CRITICAL (MainThread) [hassio.homeassistant] HomeAssistant update fails -> rollback! 19-04-19 12:23:35 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.89.2 19-04-19 12:23:35 INFO (SyncWorker_8) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.91.4 to homeassistant/raspberrypi3-homeassistant:0.89.2 19-04-19 12:23:35 INFO (SyncWorker_8) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.89.2. 19-04-19 12:27:04 INFO (SyncWorker_8) [hassio.docker.interface] Tag image homeassistant/raspberrypi3-homeassistant with version 0.89.2 as latest