From: Peter van Dijk Date: Wed, 30 Sep 2020 12:08:10 +0000 (+0200) Subject: document 4.3.1 sqlite index changes X-Git-Tag: auth-4.4.0-alpha2~59^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c52074dfb9bc2fa1a5e4508499c7b13f59a8d36;p=thirdparty%2Fpdns.git document 4.3.1 sqlite index changes --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 47392ad056..c1127c8ca6 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -29,9 +29,6 @@ New LMDB schema An LMDB schema upgrade is mandatory. Please carefully read :ref:`setting-lmdb-schema-version` before upgrading to 4.4.x. -FIXME: 4.3.1 docs failed to mention #9233 (gsqlite3: add missing indexes) - - 4.3.0 to 4.3.1 -------------- @@ -41,6 +38,11 @@ The mariadb client lib will connect to your existing MySQL servers without troub Unknown record encoding (`RFC 3597 `__) has become more strict as a result of the fixes for :doc:`PowerDNS Security Advisory 2020-05 <../security-advisories/powerdns-advisory-2020-05>`. Please use ``pdnsutil check-all-zones`` to review your zone contents. +The previous set of indexes for the gsqlite3 backend was found to be poor. +4.3.1 ships a new schema, and a migration: + +.. literalinclude:: ../modules/gsqlite3backend/4.3.0_to_4.3.1_schema.sqlite3.sql + 4.2.x to 4.3.0 --------------