Could not update HA and restore backups possible after update 2022.11.2

Hello guys, your support is well appreciated…
I was trying to update my HA and Supervisor, but but it stays installing for hours and days. I have tried to restore my HA back in time, but the below error shows.
## Could not restore backup
Restoring a backup is not possible right now because the system is in startup state.

I have tried tried to restart restore multiple times but nothing is working out. Any suggestions ?

Below is my setup details on a raspberry pi4

Home Assistant Supervisor

Installed version:2022.11.0
Latest version:2022.11.2

Home Assistant Core

Installed version: 2022.11.2
Latest version:2022.11.4

Operating System 9.3
Frontend 20221108.0 - latest

Perhaps the same problem as this?

@MaxK yes, it looks same issue… I have seen many similar posts online but am not sure, was this issue resolved? Shall i wait for future updates… any idea or guidance how to resolve ?

If you see the same error messages in your logs it means the server used to deliver the update was not available - check your logs to confirm you are getting the same error. I was able to successfully update when the server became available again.

Noticed this in the error log… do u think its related?

Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/update.py:214
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 10:10:46 PM (2 occurrences)
Last logged: 10:10:49 PM

[547398684000] Error updating Home Assistant Operating System: 'OSManager.update' blocked from execution, system is not running - CoreState.STARTUP
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 212, in async_install
    await async_update_os(self.hass, version)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 45, in _wrapper
    raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: 'OSManager.update' blocked from execution, system is not running - CoreState.STARTUP

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 200, in handle_call_service
    await hass.services.async_call(
  File "/usr/src/homeassistant/homeassistant/core.py", line 1744, in async_call
    task.result()
  File "/usr/src/homeassistant/homeassistant/core.py", line 1781, in _execute_service
    await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 208, in handle_service
    await service.entity_service_call(
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 678, in entity_service_call
    future.result()  # pop exception if have
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 943, in async_request_call
    await coro
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 715, in _handle_entity_call
    await result
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 413, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 214, in async_install
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Operating System: 'OSManager.update' blocked from execution, system is not running - CoreState.STARTUP

Another error

Logger: homeassistant
Source: config_entries.py:815
First occurred: 10:27:48 PM (2 occurrences)
Last logged: 10:27:48 PM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 808, in async_create_flow
    integration.get_platform("config_flow")
  File "/usr/src/homeassistant/homeassistant/loader.py", line 728, in get_platform
    cache[full_name] = self._import_platform(platform_name)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 745, in _import_platform
    return importlib.import_module(f"{self.pkg_path}.{platform_name}")
  File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/src/homeassistant/homeassistant/components/tuya/__init__.py", line 7, in <module>
    from tuya_iot import (
ImportError: cannot import name 'AuthType' from 'tuya_iot' (/usr/local/lib/python3.10/site-packages/tuya_iot/__init__.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 225, in async_init
    flow, result = await task
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 243, in _async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 815, in async_create_flow
    raise data_entry_flow.UnknownHandler
homeassistant.data_entry_flow.UnknownHandler

This looks like a more serious issue than what I had. You might want to read some similar issues and resolutions here:

Unable to restart supervisor (or core) if core block startup #2519

In case anyone faces this, The solution which resolved this issue Supervisor November beta issue impacting users on Home Assistant beta/dev channels