Cant update hassio from 089.2 to .91.4

Hi
I tried to run update, this is the error I get.

18-06-22strong text** 11:12:16 INFO (MainThread) [hassio.updater] Fetch update data from https://s3.amazonaws.com/hassio-version/stable.json**
18-06-22 11:12:16 WARNING (MainThread) [hassio.updater] Can’t fetch versions from https://s3.amazonaws.com/hassio-version/stable.json: Cannot connect to host s3.amazonaws.com:443 ssl:True [SSLCertVerificationError: (1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1056)’)]
18-06-22 11:12:16 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files

I currently do not work with SSL and therefore not set, (I have not yet learned to configure)
Is there a way to change the SSL request for the update?

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! :slight_smile:

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

tried to “check system health” that what i got:

arch armv7l
dev false
docker true
hassio true
os_name Linux
python_version 3.7.2
timezone Asia/Jerusalem
version 0.89.2
virtualenv false

Another idea,
is it possible for me to make a snapshot to backup all my configuration, and flash a clean updated virsion?

Yes!