Metadata Backup to Backblaze S3 compatible will not work
-
Hi,
I'm getting this error when I'm trying to backup the Metadata to a Backblaze S3 compatible bucket.
unable to delete the folder xo-pool-metadata-backups/643a77e4-647e-4d27-b63c-e2778324e5d7/73abc35d-2e3b-fa5d-a513-38hrw43d7342/20210110T230038Z Start: Jan 11, 2021, 12:00:38 AM End: Jan 11, 2021, 12:00:39 AM Duration: a few seconds Error: Not implemented
When I do a test on the remote, it pass and says it appears to work correctly.
Thanks.
-
That's likely because the metadata backup feature is not yet implemented Ping @nraynaud
-
Aha, I see. The first backup works, but the second run does not work, it can't delete the previous backup.
But the app key have the "deleteFiles" capability.
Thanks.
-
Hello, the resolution should happen in this pull request: https://github.com/vatesfr/xen-orchestra/pull/5373
Nicolas.
-
Having the same issue here with metadata backups, tried Backblaze bucket and Amazon. Also the vm backups to S3 are failing usually with VDI_IO_ERROR(Device I/O errors) or "Error calling AWS.S3.upload: socket hang up" (but working to NAS). Is there somebody who made backups to S3 to work somehow?