From 4d34a71416836e12b8ce03ddc240f8c4b80d64cd Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 1 Sep 2020 09:27:57 +0200 Subject: [PATCH] auth 4.3.1 upgrade note for the mysql client lib --- docs/upgrading.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 -------------- -- 2.47.2