I've connected nxs-backup to Backblaze, but I'm encountering an issue where nxs-backup sends my backups to storage but doesn’t delete them:
ERROR [2024-10-30 10:24:36.926][mysql8](s3_store) Error detected during single object deletion: 'not entitled'
The access key has permissions to delete files.
I assumed Backblaze might not allow batch deletion in a single request, so I set batch_deletion: false in nxs-backup.conf, but it didn’t help.
I also set loglevel: debug to capture all logs, but even with this level of logging, nothing changed:
ERROR [2024-10-30 12:10:27.977][mysql8](s3_store) Error detected during single object deletion: 'not entitled'
I've also tried regenerating the key, but that didn’t resolve the issue either.
Hello,
I've connected nxs-backup to Backblaze, but I'm encountering an issue where nxs-backup sends my backups to storage but doesn’t delete them:
ERROR [2024-10-30 10:24:36.926][mysql8](s3_store) Error detected during single object deletion: 'not entitled'
The access key has permissions to delete files.
I assumed Backblaze might not allow batch deletion in a single request, so I set batch_deletion: false in nxs-backup.conf, but it didn’t help.
I also set loglevel: debug to capture all logs, but even with this level of logging, nothing changed:
ERROR [2024-10-30 12:10:27.977][mysql8](s3_store) Error detected during single object deletion: 'not entitled'
I've also tried regenerating the key, but that didn’t resolve the issue either.
Could you advise on how I might fix this?