Upgrade to HA 2023.12 fails

hi, all,

I tried to upgrade the OS today. It failed and the following logs appeared:

23-12-07 06:58:17 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2023.12.0
23-12-07 06:58:17 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.11.3 to ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.12.0
23-12-07 06:58:17 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant with tag 2023.12.0.
23-12-07 07:07:53 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.12.0: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.12.0/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.12.0")
23-12-07 07:07:53 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

After a repeat attempt the core logs looked like this:

2023-12-07 08:03:40.388 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547570526656] Error updating Home Assistant Core Another job is running for job group home_assistant_core
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 303, in async_install
await async_update_core(self.hass, version=version, backup=backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 53, in _wrapper
raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: Another job is running for job group home_assistant_core
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 230, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2035, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2072, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 876, in entity_service_call
response_data = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 157, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 432, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 305, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core Another job is running for job group home_assistant_core

Any ideas?

HA works fine otherwise. (timezone = central Europe)

Thanks

First text snippet says it can’t find the image, which is probably due to the GitHub CDN not having synced completely yet.
Have a bitof patience and it should work later then.

Second snippet says a job is already running, which is probably the backup process that needs to finish up before it can start a new one.
Again have patience and it will finish, but it can take some time, even a few hours depending on the size of your HA installation.

OK, will wait a bit, however I disabled the backup on the first attempt (as well as on the second) – I simply restarted the upgrade process and it didn’t even start – it simply dumped the second log snipet in the core logs… Anyway, I’ll wait a bit and see what happens… I’ll report back here :slight_smile: Thanks.

Just updated to 2023.12 and multiple integrations have failed to load?

2023-12-08 12:22:07.636 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration givenergy_local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.638 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration gecko which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.640 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration octopus_intelligent which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.642 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration tuiss2ha which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.645 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.647 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration robovac which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.649 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration lightwave2 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.651 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration custom_templates which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.654 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration kia_uvo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.656 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration octopus_energy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.658 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration bosch which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.661 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration solcast_solar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

2023-12-08 12:22:07.663 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration myenergi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

All been running fine up to this.

Got it working had to do a hard reboot. Restarting didn’t help.

Those are warnings and actually they are just a notice from the HA developers that they do not want to support those integrations, so if you ever request support directly from the HA devs, then they need to be uninstalled. The forums don’t really care that much. :slight_smile: