Hi
It is well known that DBMS require care to do reliable baclups. Let's assume I run a Mysql database in a KVM machine or a LXC container under Proxmox VE.
If I use Proxmox VE's features to do snapshots of my guests, I don't find anything to hook the begin of the backup process to automatically prepare the guest for such operation.
For example I want to lock and flush my tables before the snapshot occurs, then release locks as soon as possible once the shapshot is made.
My purpose would to achieve the process of the following page using backup feature provided by Proxmox VE.
https://www.lullabot.com/articles/mysql-backups-using-lvm-snapshots
It is well known that DBMS require care to do reliable baclups. Let's assume I run a Mysql database in a KVM machine or a LXC container under Proxmox VE.
If I use Proxmox VE's features to do snapshots of my guests, I don't find anything to hook the begin of the backup process to automatically prepare the guest for such operation.
For example I want to lock and flush my tables before the snapshot occurs, then release locks as soon as possible once the shapshot is made.
My purpose would to achieve the process of the following page using backup feature provided by Proxmox VE.
https://www.lullabot.com/articles/mysql-backups-using-lvm-snapshots