Skip to content

Commit

Permalink
Merge pull request #12752 from kpfleming/issue-12714
Browse files Browse the repository at this point in the history
auth doc: Document 2-step process for consumer zone updates.
  • Loading branch information
Habbie authored Oct 10, 2024
2 parents 2699c40 + cbdb01d commit 668b1f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,19 @@ The only difference is the type, which is now set to CONSUMER.
Creating consumer zones is supported in the :doc:`API <http-api/zone>`, using type ``CONSUMER``.

New member zones on the consumer adopt their primaries from the consumer zone.

Updating a secondary server when primary address/port changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If NOTIFY+AXFR are being used to replicate zone changes between the
primary and secondary servers, and the address and/or port of the
primary server changes, two steps are necessary on each secondary
server in order to fully apply the changes.

.. code-block:: shell
pdnsutil change-secondary-zone-primary catalog.example 192.0.2.45
pdns_control retrieve catalog.example
This will update the primary server contact details in each zone
included in the catalog zone.

0 comments on commit 668b1f8

Please sign in to comment.