Hello,
Could you provide some explanations and samples (nfs and s3) about the usage of fromBackup parameter please ?
https://github.com/longhorn/longhorn/blob/dc89143faa4cfbad7e62c161ac57db022282d2c7/chart/templates/storageclass.yaml#L16
Today we can not use some value for that parameter in the chart installation step !
Regards.
You can get URL from Longhorn UI -> Backup page -> Backup -> GetURL dropdown.
It will look like
And what it does actually. Create all new volumes from that backup ?
@anouarchattouna yes. PVC itself doesn't provide a way to specify parameters per volume. Though in the future after we implement https://github.com/longhorn/longhorn/issues/304 , we should at least able to specify backup per PV.
Thank you
Most helpful comment
@anouarchattouna yes. PVC itself doesn't provide a way to specify parameters per volume. Though in the future after we implement https://github.com/longhorn/longhorn/issues/304 , we should at least able to specify backup per PV.