Can't upgrade to 2025.4.4 after restore

I had to restore my HAOS this morning and now am trying to update the core (from 2025.1.1 to 2025.4.4 but am receiving an error that another job is running. I have restarted but still no go.

If anyone can help, I’d appreciate it. Below is the log:

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 12:26:27 PM (3 occurrences)
Last logged: 12:30:40 PM

[140228195224880] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 307, in async_install
    await self.coordinator.supervisor_client.homeassistant.update(
        HomeAssistantUpdateOptions(version=version, backup=backup)
    )
  File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/homeassistant.py", line 34, in update
    await self._client.post(
        "core/update", json=options.to_dict() if options else None, timeout=None
    )
  File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py", line 182, in post
    return await self._request(
           ^^^^^^^^^^^^^^^^^^^^
    ...<7 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py", line 129, in _request
    await self._raise_on_status(response)
  File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py", line 76, in _raise_on_status
    raise exc_type(result.message, result.job_id)
aiohasupervisor.exceptions.SupervisorBadRequestError: 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 245, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<7 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2795, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2838, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1006, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
        hass, entity, func, data, call.context
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1078, 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 489, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 311, in async_install
    raise HomeAssistantError(
        f"Error updating Home Assistant Core: {err}"
    ) from err
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core: Another job is running for job group home_assistant_core

Supervisor, which handle the updates, might still be downloading and setting up stuff, so have a little patience and try again in a hour or so.
Restarting might just make it rollback and start over from the last checkpoint, so it might actually take longer for it to be finished.

I just looked again, and it has upgraded. I was expecting to see the usual notification that it was updating which is what threw me.

Thank you

Sincerely,
An impatient person