Deemer
(Dominique)
July 31, 2024, 6:37am
1
Hi,
after a sequence of unfunny events, I had to do a full restore from a 1 year old backup.
This backup is now running for almost a week (on a RPI4) and I still have the onboarding assistant that tells me, that the backup is in process.
On the other hand I was able to log-in to the web frontend and can see that my devices and my addons are there.
Is there a way to check the state of the restore to be save to reboot the device and put it back into the rack for production?
regards
Dom
I am in a similar boat as you right now. Maybe we can help each other. How do you log into the Web frontend?
Edwin_D
(Edwin D.)
July 31, 2024, 10:43am
3
I did a restore of a pretty big instance. A couple of months ago, restore was optimized a lot, so it should definitely not take this long.
Did you use the upload function? With that I had a similar experience - it did not upload and looked like it was busy but it was not.
I installed Samba, uploaded the backup and restored it from there. It was done within half an hour if I remember correctly.
If you have access to the cli, here’s how hou monitor progress:
My restore is running. Found out that if you have a monitor and keyboard attached, you can use the cli to do: jobs info
It gives you running jobs. If you see an empty list, it is not doing anything. If it is busy, you see what jobs it finished and which are running (such as restore addons)
Deemer
(Dominique)
July 31, 2024, 12:55pm
4
Hi, I did the ha job info and got a quite big YAML back.
I am Still checking, but I am sure that all the entries have a “done: true”:
done: true
errors: []
name: backup_manager_full_restore
progress: 0
reference: 2098f791
stage: check_home_assistant
uuid: ...
Would you consider that the restore is complete in this case?
Deemer
(Dominique)
July 31, 2024, 12:57pm
5
Hi, I simply accessed the frontend by IP and accepted the invalid SSL certificate. In my case even the FQDN works fine. It simply worked, no magic attached.
Edwin_D
(Edwin D.)
July 31, 2024, 12:59pm
6
This seems like the final stage, where it is checking the results.
Deemer
(Dominique)
July 31, 2024, 1:07pm
7
I understand, so stage: check_home_assistant is more important dann done: true , right?
Edwin_D
(Edwin D.)
July 31, 2024, 1:08pm
8
I’m no expert, but I think that is what I saw when I restored. A bit later it was back up (pun intended).