I am having issues implementing a PVE backup solution for a couple of my VMs and was hoping for some help/guidance. Here is my setup:
I have pve cluster running several VMs. Two of those VMs are a matched pair that handles our business's core software/database with a clustering agent to duplicate the database to the second VM for failover.
Is there any other settings I can try to make the VM backup without causing such interruption? The VM is 4 Core @ 3.0GHz, 16GB RAM, 250GB disk (~70GB used), 10Gb network. Local storage on host is enterprise NVME SSD on a HBA setup for CEPH, and a separate paired RAID 0 NVME 100GB to host PVE. Backing up to NAS running TrueNAS with SATA 7200RPM Enterprise drives in RAIDZ-6.
I have pve cluster running several VMs. Two of those VMs are a matched pair that handles our business's core software/database with a clustering agent to duplicate the database to the second VM for failover.
- VM1 runs a processing application for a rack of hardware receivers that captures data from our customer premise equipment and writes it to a database also running on VM1. The processing application also supervises the connection with the hardware receivers by replying to pings sent from the receivers to make sure that everything stays connected and communicating.
- VM2 runs a clustering program to duplicate the database to the second VM and it also supervises the database at the same time so that if the database on VM1 becomes unresponsive or missing (in the case of VM1 failure/crash) it will trigger a launch of the database on VM2 and then launch the processing application to communicate with the receivers.
- If the system fails over to VM2, then VM1 will need to be repaired, then the clustering program activates so that VM1 now becomes the backup machine.
Is there any other settings I can try to make the VM backup without causing such interruption? The VM is 4 Core @ 3.0GHz, 16GB RAM, 250GB disk (~70GB used), 10Gb network. Local storage on host is enterprise NVME SSD on a HBA setup for CEPH, and a separate paired RAID 0 NVME 100GB to host PVE. Backing up to NAS running TrueNAS with SATA 7200RPM Enterprise drives in RAIDZ-6.