Closed Suraj-Waghule closed 5 months ago
Dear @Suraj-Waghule can you please share the name of charm you deployed? Are you testing https://charmhub.io/mysql-k8s (we are in right repo then)?
The Attachments
provided looks new to me, maybe wrong repo reported?
Please share the deployed charm name / channel and it's revision. Thank you!
Closing as invalid issue.
Description:
Issue Overview: Despite successful completion status of backup pods, MySQL backups are not found in the specified S3 bucket.
Expected Behavior: Backups of MySQL databases should be successfully uploaded to the designated S3 bucket upon completion of backup pods.
Actual Behavior: Although backup pods indicate completion status, the backups are not present in the specified S3 bucket.
Steps to Reproduce:
Configure backup process to take regular backups of MySQL databases using IRSA. Create and attach necessary policies to the role for IRSA. Verify pod status using command kubectl get pods. Check the S3 bucket for the presence of MySQL backups.
Additional Information:
MySQL Operator Pod is running without any issues. All backup pods show a status of "Completed". The IAM role for IRSA has been created and attached with necessary policies. Despite successful completion of backup pods, no backups are found in the S3 bucket.
Attachments: