Restore possibly interrupted - how to check if restore completed? (4.2)

Hi all,

I used the restore function to migrating to 4.2-RC3. At some point I closed my laptop lid. The machine went to sleep and I couldn’t wake it up so I had to do a hard reboot. I don’t know if the restore process completed entirely before the machine went to sleep. It looks like all the appvms are here, but I haven’t checked every single one to make sure all the files are there. Is there an easy way to check if a restore operation completed successfully? It’s a lot of data and a slow connection so I’d prefer not to do the whole restore operation again.

Thanks.

Hello,

Open a terminal in dom0 and run the following command:

journalctl -g restore-

If you see some long lines, you should be able to figure what was restored, and the status (success) of each of them.

1 Like

Thank you - that worked perfectly. Turns out the restore was interrupted and didn’t complete and I needed to redo the restore for a few appvms.

1 Like

Can you please mark @solene’s answer as a solution then?

1 Like