From 4b525a976da9b691d926b8cb3f81dcfb175417f2 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 25 Jun 2021 13:06:46 +0200 Subject: [PATCH] auth 4.2 upgrade docs: note default-api-rectify change --- docs/upgrading.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 76dea765f9..d03c2c0aee 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -261,6 +261,7 @@ You could accomplish that by deleting all records in the zone with an SQL query - The gsqlite3 backend, and the DNSSEC database for the BIND backend, have a new journal-mode setting. This setting defaults to `WAL `_; older versions of PowerDNS did not set the journal mode, which means they used the SQLite default of DELETE. - Autoserial support has been removed. The ``change_date`` column has been removed from the ``records`` table in all gsql backends, but leaving it in is harmless. - The :doc:`Generic PostgreSQL backend ` schema has changed: the ``notified_serial`` column type in the ``domains`` table has been changed from ``INT DEFAULT NULL`` to ``BIGINT DEFAULT NULL``: ``ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;`` +- Rectification after API changes is now default (:ref:`setting-default-api-rectify`). If you do mutations in large zones, you may notice a slowdown. 4.1.X to 4.1.14 --------------- -- 2.47.2