-
|
Hi, I'll have to reinstall PVE. My PVE and PBS settings are backed up with Proxsave and all my VM / CT (installed on local-lvm, so on the SSD I'm replacing...) are backed up with PBS on the same machine but on dedicated drives. I'm a bit confused on how I should proceed after the initial install of PVE to restore everything the way it was. If I understood correctly, I should:
Does this makes sense, am I taking the things in the right order? I'll appreciate some help on this topic as I feel a bit lost here on how I should proceed. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Hi, your plan is fine: reinstall PVE (same hostname/IP) → Proxsave restore → restore PBS → restore VMs from PBS. Clarifications:
To narrow this down:
|
Beta Was this translation helpful? Give feedback.
-
|
Perfect! I'm really sorry to take just one more minute of your time, I marked this as answered but I actually have an additional question while reviewing one last time the Restore Guide. I don't have a cluster (so no corosync) so if I follow the guide, I only need to restore datacenter (not much in it in my case), user and storage config files, plus VM / CT. For the CT (adapting the ID): and for the configuration files: Also, should I restore pve-ssl.pem and pve-ssl.key (sorry for the noob question, I don't know what these are for...) A full restore plus these restores everything configuration-wise except VM volumes, I just have to run pbs restore after that right? Anything else I'm forgetting? Anyway, if I get through this successfully, coffee is definitely coming your way! |
Beta Was this translation helpful? Give feedback.
-
|
No worries, happy to help. A small but important correction: The only things you genuinely copy from the export directory are the guest configs, because the whole cp /opt/proxsave/proxmox-config-export-*/etc/pve/qemu-server/100.conf /etc/pve/qemu-server/100.conf
cp /opt/proxsave/proxmox-config-export-*/etc/pve/lxc/200.conf /etc/pve/lxc/200.conf
So the flow is: FULL restore (applies network/storage/datacenter/users) → manually copy the VM/CT Coffee appreciated. 😄 If you'd like to support the project, there's a button here: |
Beta Was this translation helpful? Give feedback.
@Streght Hi, I’ve conducted a thorough analysis and found the bug that was causing problems with your restore. It shouldn’t happen again during the next restore.
Those mounts are locked to prevent incorrect writes to non-existent mounts; now, if they’re present, they’re automatically unlocked at the end of the restore. I’ve also added a specific command to force them to unlock in edge cases.
Sorry for the delay, but my investigation also uncovered other bugs that I had to address, which took some time.
They're in the next release