Problem restoring backup - AwesomeVers ionCompareException

Hello,

Im currently trying to migrate from one proxmox server to another. I move from a Beelink S12 pro to a second one due to temperature problems. I just created a backup on my installation (quite big, 12GB), created a new dummy profile on the new installation, uploaded the backup and waited. The browser is still saying “HA is rebooting”.
But calling “core logs” in the console shows this:

s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2025-02-26 10:51:17.784 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/src/homeassistant/homeassistant/ main _. py", line 227, in <module>
    sys .exit (main( ) )
  
  File "/usr/src/homeassistant/homeassistant/_main _. py", line 213, in main
  exit_code = runner.run(runtime_conf )
  File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
    return loop.run_until_complete(setup_and_run_hass (runt ime_conf ig) )
  
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 720, in run_until_complete
    return future.result ( )
  
  File "/usr/src/homeassistant/homeassistant/runner.py", line 122, in setup_and_run_hass
    hass = await bootstrap.async_setup_hass(runtime_config)
  
  File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 329, in async_setup_hass
    await hass.async_add_executor_job(conf_util.process_ha_config_upgrade, hass)
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
    result = self.fn(*self.args, ** self.kwargs)
  File "/usr/src/homeassistant/homeassistant/config.py", line 314, in process_ha_config_upgrade
    if version_obj < AwesomeVersion("0.50"):
  
  File "/usr/local/lib/python3.13/site-packages/awesomeversion/awesomeversion.py", line 156, in _lt
    raise AwesomeVersionCompareException(
    . <2 lines> ...
	)
  
  awesomeversion. exceptions. AwesomeVers ionCompareException: Can't compare <unknown > and <SimpleVer 0.50>
[09:51:18] INFO: Home Assistant Core finish process exit code 1
[09:51:18] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

I tried severall times without success … I even removed my influxDB, which is half of the backup and the same thing happens.

edit: Both installations are running at 2025.2.5 and supervisor 14.2

edit2: I have not yet plugged in the two usb dongles that I am using, since my old installation will run until the new one is up

edit3: I restored the backup and disabled the restore of all addons. Still not working and the same error appears

I found this issue here: Out of Disk Space, now Home Assistant wont start · Issue #86245 · home-assistant/core · GitHub
With the help of ChatGPT I figured it out:
proxmox > console
type “login” to get to the “bash” then:
cd /mnt/data/supervisor/homeassistant/
echo “2025.2.5” > .HA_VERSION
ha core restart

Now Home Assistant is starting but with an empty installation.

I created a new backup and restored it. Lets see if it works, at least the CPU is doing something.