From: Peter van Dijk Date: Tue, 1 Sep 2020 07:27:57 +0000 (+0200) Subject: auth 4.3.1 upgrade note for the mysql client lib X-Git-Tag: rec-4.5.0-alpha0~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d34a71416836e12b8ce03ddc240f8c4b80d64cd;p=thirdparty%2Fpdns.git auth 4.3.1 upgrade note for the mysql client lib --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 683bdbcd6c..38bfbf99dd 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -17,6 +17,13 @@ upgrade notes if your version is older than 3.4.2. The in-database format of the ``IPSECKEY`` has changed from 'generic' format to its specialized format. It is recommended to re-transfer, using ``pdns_control retrieve ZONE``, all zones that have ``IPSECKEY`` or ``TYPE45`` records. +4.3.0 to 4.3.1 +-------------- + +On RHEL/CentOS 8, the gmysql backend now uses ``mariadb-connector-c`` instead of ``mysql-libs``. +This change was made because the default MySQL implementation for RHEL8 is MariaDB, and MariaDB and MySQL cannot be installed in parallel due to conflicting RPM packages. +The mariadb client lib will connect to your existing MySQL servers without trouble. + 4.2.x to 4.3.0 --------------