Martin Montes

Results 214 comments of Martin Montes

Just another note regarding the probes, you are able to tweak the probe thresholds but not the probe command. See: - https://github.com/mariadb-operator/mariadb-operator/blob/release-v0.0.30/docs/CONFIGURATION.md#probes

Another question @mperochon: Has the backup you are trying to restore been taken on an external database? I'm specially curious about: Does it have a `DROP TABLE mysql.global_priv;` statement? If...

What I've mentioned [here](https://github.com/mariadb-operator/mariadb-operator/issues/744#issuecomment-2251097139) applies for logical backups taken with `mariadb-backup`, which is not your case. The [Galera backup limitations](https://github.com/mariadb-operator/mariadb-operator/blob/release-v0.0.30/docs/BACKUP.md#galera-backup-limitations) still apply though. It will be very useful to get...

Replication switchover test has been disabled in https://github.com/mariadb-operator/mariadb-operator/pull/962/commits/9052997fb3b572c26800aa842f42ac04733febf5. It is erroring multiple times and adding noise to the pipeline: https://github.com/mariadb-operator/mariadb-operator/actions/runs/11519482134/job/32068589979 Please re-enable after reaching certain level of consistency.

@businessbean Absolutely, I'm totally conviced that we need both. > We use the [unittest plugin](https://github.com/helm-unittest/helm-unittest) in [that way](https://github.com/sapcc/helm-charts/tree/master/common/mariadb-galera/helm/tests)... Thanks for sharing your use case. How is your experience with `helm-unittest`?...

Hey there! Thanks for reaching out. This is a duplicate of: https://github.com/mariadb-operator/mariadb-operator/issues/356

Hey there! Fair enough! We have significantly improved the SQL object reconciliation in the last release, managing the updates of the `User` password, we could extend the `ALTER USER` statement...

Thanks for your [PR](https://github.com/mariadb-operator/mariadb-operator/pull/723) @AayushVinayDev ! I've left some comments

Hey there @markus-brln ! Thanks a lot for the detailed report and the investigation. I've updated the docs to point this out explicitly: https://github.com/mariadb-operator/mariadb-operator/commit/b0a80c98a0210cad3e31af9b44e1ba65572bf35b I would add a validation `myCnfConfigMapKeyRef.key`...

Hey there @hedgieinsocks ! > Please, consider labeling pods in the SemiSync Replication cluster as `primary` / `secondary` to allow k8s admins to use label selectors when listing pods I'm...