Restore is impossible ? cannot receive incremental stream: most recent snapshot of XXXXX does not match incremental source #429
Labels
backlog
Will be picked up as a roadmap item.
help wanted
Need help from community contributors.
Need community involvement
Needs community involvement on some action item.
Milestone
What steps did you take and what happened:
I have 2 servers running k3s with zfs on local partition.
I've configured cross-replications between these 2 servers like with velero + minio
Each server have a minio instance (minio namespace / pod is excluded from velero backup) , and each day Velero located in each server send a backup to each other (manifests backup + volume snapshot backup)
In each backup location, for a specific PVC, I have zfs backup like follow (which seem reprensant à zfs incremental volume
What did you expect to happen:
I need to restore a destroyed PVC by misstake on server 1 (zfs volume into server 1 was removed to beause of Retain Policy to Delete). So I tried to restore PVC from Minio remote backup via Velero tool
Restore example is as follow:
Restore is impossible because of incremental zfs snapshot it seem ?
First error when trying to restore PVC from remote minio instance:
So I create zvol called pvc-1ab8af82-181d-40eb-975c-5150b0be5586
Afterthat, I have error regarding incremental snapshot:
For info, incrBackupCount: was configured to "10" and velero backup ttl was configured to 240h
Is my setup broken by design ?
Is it possible to make a cross replication setup with only zfs-localpv / minio and velero ?
Does I need to restore some another ressources like zfsvolumes.zfs.openebs.io manifests before restore my complete backup ?
Thanks
The text was updated successfully, but these errors were encountered: