canonical / mysql-k8s-operator

A Charmed Operator for running MySQL on Kubernetes
https://charmhub.io/mysql-k8s
Apache License 2.0
8 stars 16 forks source link

DPE-4247 Change binlog retention period #478

Closed paulomach closed 3 months ago

paulomach commented 3 months ago

Issue

Default binlog retention period (30 days) not aligned with other logs retention period (7 days).
Change requested by support team due huge binlogs on Kubeflow deployments.

Solution

Add configuration for binlog_retention_days Set default binlog retention period to 7 days Chore: sync libs (ruff formatting and libpatch fixes)

Pending on spec DA113

Fixes #412