Martin Montes
Martin Montes
Hey there @vinaykw ! It is hard to tell with the current information why the `Pod` gort restarted, neither the logs nor the events show any light. We will need...
I encourage you to upgrade first to [v0.0.26 ](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.26) and then to [v0.0.27](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.27), as we've made significant improvements on the Galera support.
Hey @n7qnm! What an impressive career, thanks for adopting `mariadb-operator` 🦭 Could you please open a PR and add you/your project/your company to be [ADOPTERS list](https://github.com/mariadb-operator/mariadb-operator/blob/main/ADOPTERS.md)? Thanks 🙏🏻
Hey @jbperrin88 ! Thanks for reaching out. We did look into different topologies for HA, take at look at this PoC: - https://github.com/mariadb-operator/mariadb-ha-poc After doing this PoC and exploring the...
Hey @kettil ! Thanks for suggesting this. Totally agree, without `revisionHistoryLimit` and running `cert-manager` for a while it is likely that the cluster ends up with a flooding of `CertificateRequests`....
Hey there! 100% this should be mutable at some point. Updating the `my.cnf` config will need a Pod restart to pick up the new changes, so the plan is to...
Hey there @rammelmueller ! Sorry for the late response. At the moment, the `spec.myCnf` is inmutable for a reason: after updating the config, a restart of the cluster needs to...
`spec.myCnf` is inmutable as I said, which means that the wehook will not allow ArgoCD to update this field. There is however one workaround, which implies using `StatefulSet` rolling upgrade,...
Backup compression can be tackled as part of the following issue: - https://github.com/mariadb-operator/mariadb-operator/issues/341 It should cover logical backups and PITR backup compression.
@pasztorl not incremental backups as we usually know them: - https://mariadb.com/kb/en/incremental-backup-and-restore-with-mariabackup/#backing-up-the-incremental-changes but based on binary log archival: - https://minervadb.xyz/step-by-step-guide-to-point-in-time-recovery-in-mariadb-using-mariabackup/ which allow you to decrease the number of full physical backups...