Done
Details
Assignee
Yusaf AwanYusaf AwanReporter
Diogo RecharteDiogo RecharteSprint
Fix versions
Priority
High
Details
Details
Assignee
Yusaf Awan
Yusaf AwanReporter
Diogo Recharte
Diogo RecharteSprint
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created April 16, 2024 at 8:39 AM
Updated June 28, 2024 at 7:32 AM
Resolved June 28, 2024 at 7:32 AM
The everest operator correctly deletes the backup objects from Kubernetes, but the data on S3 is not cleaned-up. Reason being that everest-operator by default removes the finalizer (
delete-s3-backup
in the case of PXC anddelete-backup
in the case of PSMDB) from the backups, so the storage clean-up is never triggered.