Problem upgrading to Home Assistant Core 0.105.5

When I try to update to version 0.105.5 from version 0.103.4 I receive this error:

20-02-23 09:17:15 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.105.5
20-02-23 09:17:15 INFO (SyncWorker_2) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.103.4 to homeassistant/raspberrypi3-homeassistant:0.105.5
20-02-23 09:17:15 INFO (SyncWorker_2) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.105.5.
20-02-23 09:17:16 ERROR (SyncWorker_2) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.105.5 -> 500 Server Error: Internal Server Error (“readlink /mnt/data/docker/overlay2/l: invalid argument”).
20-02-23 09:17:16 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails

How can I fix it?

I’m getting something else

20-02-24 20:28:34 INFO (MainThread) [hassio.auth] Success login from leron
20-02-24 20:37:15 ERROR (SyncWorker_12) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.105.5 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.105.5: No such image: homeassistant/raspberrypi3-homeassistant:0.105.5").
20-02-24 20:37:15 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails

This is big jump. Did you check breaking changes?

Out of storage space usually cause this error

This error can also come from a full disk, check your free space.

image
looks OK, no?

Aye, that looks like plenty of space.

Quote from another thread:
“These 500 error/internal server errors which mention the overlay fs are not the same and are unfortunately best addressed by restoring a snapshot to a newly flashed install as far as I can tell.”

  1. make a snapshot
  2. flash 0.105.5 to your sd card/hdd
  3. restore snapshot.

500 Server Error: Internal Server Error (“readlink /mnt/data/docker/overlay2/l: invalid argument”)

Actually, that specific error is now best addressed by running ha su repair in the custom cli console (either of the available ssh addons)

2 Likes

Hello, I have tried this but it says that the command doesn’t exist. It shows list of available sub commands under ha

The custom commands are available through the ssh addon.

I see, I use the SSH in the IDE 9 add-on. Let me try it and I will report back.