Error restoring backup from minio deployed in vmware #7698
Replies: 3 comments 3 replies
-
Can you run |
Beta Was this translation helpful? Give feedback.
1 reply
-
Skipping the PV is normal behavior if there's a snapshot or fs-backup to restore. PVC is restored, and the provisioner will provision a new PV, data should come from snapshot or fs backup. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It works! I solved implementing a restic mover. Thanks fellows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been testing a velero + minio in kubernetes, this is my configuration I deployed in k8s:
Velero helm version 4.1.3
MInio helm version 14.1.7
The backups works perfectly:
In the first case postgresa01 it is saved correctly in minio:
and this is the restore:
The databases in postgres:
the origin:
the restore:

and this is my backup object in k8s:
and my restore:
what I'm doing wrong?
thanks
Beta Was this translation helpful? Give feedback.
All reactions