Restore not completing on proxmox install

I’m just trying to restore a test instance of home assistant from one proxmox vm to another (different proxmox hosts), I thought I’d just create a new home assistant os install using the promox ve helper scripts and then restoring a backup I took inside of home assistant. As I noted this is a test instance with very little data, actual size of the backup from home assistant was around 26mb.

Anyways long story short the restore isn’t completing and I’m not exactly sure how to check the logs using the console on HA OS as it’s not taking normal linux commands like ls and cd inside the proxmox console screen… any way to check on that?

At the moment there is an issue with distribution of the latest supervisor version.
There is nothing wrong with the latest version 2024.11.3, but the amount of download requests hitting GitHub makes it cough and block the download.
Some have succeeded in downloading and installing the latest version, which then turns out to make backups done with version 2024.11.3 unable to be restored on installations with earlier versions.

You can check you supervisor version in Settings → About

If you are having different versions, then the newest version can be downloaded by activating the Beta channel downloads and once it is downloaded and installed, then the Beta channel can be deactivated again.

Beta channel updates are activated in Settings → System → Updates → 3 dots in upper right corner.

2 Likes

On the original OS where the backup was made I’m running the following:

  • Core2024.11.1
  • Supervisor2024.11.3
  • Operating System13.2

On the new install of home assistant I’m running the following:

  • Core2024.11.1
  • Operating System13.2

I’m not sure which version of supervisor is running as I have not gone that far in the restore process, it doesn’t sound like it’s a download issue? This is the screen it just doesn’t get past:

I have insomnia so I decided to try this :slight_smile: This is probably the issue you are expereincing per @WallyR … you took the backup from the .3 build.

I’m still running .2, and I just used the Proxmox helper and built a new haos (in a different vlan) and I was able to restore my haos backup successfully.

Core
2024.11.1
Supervisor
2024.11.2
Operating System
13.2
Frontend
20241106.2
1 Like

FYI to those reading, I waited for supervisor 2024.11.4 to be pushed and the restore worked after generating a new backup and creating a new vm using the proxmox helper scripts.