Hi Team,
I am trying to do backup of my longhorn volumes using velero, Backups with restic is working fine, but when i am enabling CSI plugin, It partially fails and the logs are not visible,
I am using ceph object s3 storage as backup target..
[rajeev@qacpu01 s3cmd-2.0.2]$ velero backup logs nginx-backup9
An error occurred: request failed: <?xml version="1.0" encoding="UTF-8"?><Error><Code>SignatureDoesNotMatch</Code><RequestId>tx00000ac0fcae9d1692352-00622ebdb4-159d-my-store</RequestId><HostId>159d-my-store-my-store</HostId></Error>
[rajeev@qacpu01 s3cmd-2.0.2]$
so i looked back to restic volume backups which are successfully completed but the logs are not visible there also.
I see this page, but its not clear how to fix this issue..
Could someone help on this?