Hi,
Age old question about backing up and restoring a VM, from one Proxmox server to another. It seems to have worked but I wanted to run it by this forum to make sure I did not miss anything that will come back and bite me later, and also to check if there might have been a better way to do it.
Thanks and cheers!
Age old question about backing up and restoring a VM, from one Proxmox server to another. It seems to have worked but I wanted to run it by this forum to make sure I did not miss anything that will come back and bite me later, and also to check if there might have been a better way to do it.
- I stopped the VM on the old server and performed a backup via GUI
- Storage: local
- Mode: Stop
- Compression ZSTD
- Found the backup in /var/lib/vz/dump/
- SCP'ed the .zst file to the new server to its /var/lib/vz/dump/ directory
- Could not find a way to locate the backup file via GUI. Is there a way to do that?
- At the CLI performed a qmrestore <filename> <ID>
- Restored failed with an error of "failed: storage 'local-lvm' does not exist".
- I understand the error, but I could not find instructions anywhere on how to prepare a configuration the new server to restore a VM into. Is there any documentation on how to do that?
- Even though it failed, the action did create a VM node in the GUI and its backup dashboard had the zst file listed.
- Should I have done something different at the CLI to prevent the failure above?
- Restored the VM from that backup file with the GUI and was able to specify the local storage on this new server.
Thanks and cheers!