]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth docs: unconfuse upgrade text about unknown types 9880/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 16 Dec 2020 12:52:20 +0000 (13:52 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 16 Dec 2020 13:05:28 +0000 (14:05 +0100)
docs/upgrading.rst

index 6e85df35df0cfa12014fff55020a1d1eb9bf2491..aeeca2e716334525136cac2acd32a4f04f069638 100644 (file)
@@ -42,13 +42,13 @@ Record type changes
 
 The in-database format of the ``IPSECKEY``, ``SVCB``, ``HTTPS`` and ``APL`` records has changed from 'generic' format to its specialized format.
 
-On secondaries, it is recommended to re-transfer, using ``pdns_control retrieve ZONE``, all zones that have records of those types, or ``TYPExx``, for numbers 42, 45, 64, 65.
-Then, disable the setting again.
-
 API users might notice that replacing records of these types leaves the old TYPExx records around, even if PowerDNS is not serving them.
 To fix this, enable :ref:`setting-upgrade-unknown-types` and replace the records; this will then delete those TYPExx records.
 Then, disable the setting again, because it has a serious performance impact on API operations.
 
+On secondaries, it is recommended to re-transfer, using ``pdns_control retrieve ZONE``, with :ref:`setting-upgrade-unknown-types` enabled, all zones that have records of those types, or ``TYPExx``, for numbers 42, 45, 64, 65.
+Leave the setting on until all zones have been re-transfered.
+
 PostgreSQL configuration escaping
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^