This repository was archived by the owner on May 25, 2026. It is now read-only.
rev36
* WIP: Implement an action to perform backups with xtrabackup * Refactor to add relation with S3 integrator + add finishing touches * Fix bug leading to broken unittests * Address PR feedback * Address PR feedback * Address another round of PR feedback * Fix lint warning * Rename s3 helper funciton to be more meaningful * Address another round of feedback * Fix bad merge by re-fetching mysql charm lib * Remove unnecessary flag in xtrabackup command parsing stdin * Address styling feedback * Remove unused variables and other minor improvements * Address another round of minor feedback * Rename variables to be more meaningful * Avoid pre and post backup operations if there is only one instance in the cluster * Do not avoid removing offline_mode in post_backup due to an edge case * Move unit into BlockedStatus if the post_backup operations failed leaving the instance in bad state * Fix lint warnings