Hi,
PXC based MySQL cluster is configured for a daily scheduled backup via PVC.
We would like to move the backup target from PVC created on cluster to NFS server.
- Is it possible to mount the NFS volume directly on to the MySQL container via the PXC CR yaml ?
- If direct mounting of NFS volume is not possible, is it possible to reference a PVC (referring a NFS based PV) created on a cluster in the cr.yaml ?
Also i read about s3 based backup option.
- Would the s3 based backup work for large databases ?
- Is it possible to specify the master node while submitting an on-demand back up ?
Thanks
Sridhar