Martin Montes

Results 213 comments of Martin Montes

Hey there @fchiacchiaretta, I've created this issue for tackling this: - https://github.com/mariadb-operator/mariadb-operator/issues/246 Let me know if that makes sense

Hey @fchiacchiaretta, thanks a lot for your input, it does make sense to re-bootstrap the replica in such case. I've added your comment as context in #246

@gsjeon Thanks for reporting this. It is hard to determine if your situation is the same without providing the logs. See an update about this issue here: - https://github.com/mariadb-operator/mariadb-operator/issues/263#issuecomment-1858897710

Hey there everyone! With the release of [v0.0.25](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.25), primary failover done by the operator has been superseded by MaxScale: a sophisticated database proxy, router, and load balancer designed specifically for...

@mariadb-pieterhumphrey thanks for looking into this, your suggestions make sense to me. Here a couple of suggestions/relevant information to implement the changes. - Main mkdocs config file can be found...

Hey @luohaha3123 ! Thanks for reporting Unfortunately I couldn't reproduce, could you provide your `MariaDB` object? I'm guessing that your spec is clashing with the operator behaviour.

@luohaha3123 good catch, you get it right! The same happened with the annotations, as there are some `Services` that are annotated externally, so we need to avoid overriding them if...

Hey @pasztorl ! Thanks for reporting. Altough the MariaDB has been provisioned with the operator, I think this is more like a MariaDB issue. Could you report it here? https://github.com/MariaDB/server

Hey @pasztorl ! That would make sense, we could potentially create default `ConfigMap` that would contain a `0-default.cnf` config file with some default options like `ignore_db_dirs`, it should be doable....

We have added a `ConfigMap` with default options in the last release: - https://github.com/mariadb-operator/mariadb-operator/blob/9b4d6367cec8f4fe96ea99a808836417b0e19530/controller/mariadb_controller.go#L252 I think it would make sense to include [ignore_db_dirs](https://mariadb.com/docs/server/ref/mdb/system-variables/ignore_db_dirs/). Contributions are welcome!