Skip to content

Wendelin: gracefully support mariadb's certificate renewal

Jérome Perrin requested to merge fix/wendelin-mariadb-cert-renew into master

When mariadb's server certificate is renewed, proxysql and haproxy did not pick it up and kept using the old certificate, this introduced logic to reload services to use the new certificate.

This also includes a workaround for https://github.com/sysown/proxysql/issues/4582

Merge request reports