Hi All,
My environment:
AWS EKS 1.28
Velero 1.14
I am having trouble backing up resources with storage as EFS. I can see that other resources are being backed up properly on the S3 Bucket, but I am expecting to see a DB pod with high storage being backed up as well.
I tried getting this information from Velero documentation, but unfortunately could not find it.
How is this backup being handled?
I am currently getting an Error "Partially Failed" for the backup, " Failed to get VolumeSnapshot"
It would be very helpful if someone can list down few steps for this backup to work. Is CSI snapshotter needed, what resources need to be created for Velero to be able to backup a DB Pod using EFS mount as storage.