I just ran an upgrade to 0.76.2 and it failed with errors such as this one on random packages.
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:720)'),)': /simple/cryptography/
But instead of stopping after first fail it just kept going. I tried to kill it but it just kept going. So I had to let it finish.
Now my system starts up but zwave is offline. I don’t know what else is failing at this point.
I tried to re-run the upgrade but now it says “You already have version: 0.76.2”
I ran the upgrade according to the online instructions using.
sudo hassbian-config upgrade homeassistant
Is there a way to force the install again?
Update: Actually it is worse than I thought. After a reboot attempt now ha doesn’t start. The only thing in the logs is not really helpful. Not sure what to do.
2018-08-22 16:59:54 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
Final Update: ALL CLEAR
It seems it was taking long to start because it was installing things in the background after startup.
Running status on the service revealed it was installing new versions of openzwave etc. So I just let it sit and stew a while and now it it is working fine. Figured I would leave this post in case it happens to others. It’s just a matter of letting things take time.