Describe the problem
if use yaml as follow, S3 backup restore, it will skip the restore process.
persistence:
enabled: true
accessModes:
- ReadWriteOnce
storageClass: "local-storage"
size: 20Gi

To Reproduce
- the reason is that : updatePvc will delete the pvc, but will not delete data in local-storage, so it will skip the restore process.
- It will modify the sidecar , when local-storage , should delete the direcotry all. then restore it.
- local-storage do not support extend pvc.
Expected behavior
Environment:
local storage provider
kubeShpere 3.1.1
- RadonDB MySQL version: v2.1.1