]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
document 4.3.1 sqlite index changes
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 30 Sep 2020 12:08:10 +0000 (14:08 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Oct 2020 10:16:43 +0000 (12:16 +0200)
docs/upgrading.rst

index 47392ad05603dcb11c27a5b8861b397b555920b1..c1127c8ca6d4db7a001525a5616d8f29a1036237 100644 (file)
@@ -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 <https://tools.ietf.org/html/rfc3597>`__) 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
 --------------