From: Peter van Dijk Date: Fri, 25 Jun 2021 11:06:46 +0000 (+0200) Subject: auth 4.2 upgrade docs: note default-api-rectify change X-Git-Tag: dnsdist-1.7.0-alpha1~115^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10528%2Fhead;p=thirdparty%2Fpdns.git auth 4.2 upgrade docs: note default-api-rectify change --- 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 ---------------