Julian Wecke

Results 9 comments of Julian Wecke

@Jorge-Rodriguez Sure, documentation is found here: - https://mariadb.com/kb/en/change-master-to/#master_ssl_verify_server_cert - https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html - https://dev.mysql.com/doc/refman/8.0/en/change-master-to.html Is that what you need?

> Not directly related to PopOS but I have a similar problem I'm able to confirm this. Facing same issues with Gnome on Arch having Windows tiled using gTile.

> @anubisg1 That might very well be the best solution. Have the user either use only securityconfig or (basically) only CRDs. I was trying exactly this. ** (basically) only CRDs...

> New plan: document how to configure client side SSL in `my.cnf` via `gmysql-group` and either get rid of `-ssl`, make it a no-op, or leave it as is for...

Thanks, indeed that seems much better. Changed my project to not use ldflags for injection of version information. Though i think for other use cases of linker options it might...

That's a good point. `;` is definitely not a good delimiter. So what could be a better one? Almost every character might be part of a valid regex, right? Though...

After some thoughts i would suggest to use ` && ` **[space][andsign][andsign][space]** as the delimiter. I can't come up with a situation where this causes a conflict with other matchers...

I run into a similar problem. Parsing works without a problem though. I've tested it outside of the mysqld_exporter. After i built a version with a bit more debugging output...

If you check https://github.com/prometheus/mysqld_exporter/blob/v0.15.1/collector/collector.go#L62 you see the parsing was broken in that version. As that format would expect two digit days. The underscore is actually the fix for your problem...