zero, no checks will be performed until the ``pdns_control reload`` command
is issued.
-Please note that also the :ref:`setting-slave-cycle-interval` setting
+Please note that also the :ref:`setting-xfr-cycle-interval` setting
controls how often a master would notify a slave about changes.
Especially in 'hidden master' configurations, where servers usually
don't receive regular queries, you may want to lower that setting to a
full scan of all the records. When running with verbose logging, this
could lead to a lot of output. The scanning of the CDB file may also
take a while on systems with large files. The scan happens at an
-interval set by the :ref:`setting-slave-cycle-interval`. It
+interval set by the :ref:`setting-xfr-cycle-interval`. It
might be useful to raise this value to limit the amount of scans on the
CDB file.
If set to 1, will make PowerDNS renotify the secondaries after an AXFR is received from a master.
Any other value means that no renotifies are done. If not set at all, action will depend on
-the :ref:`setting-slave-renotify` setting.
+the :ref:`setting-secondary-do-renotify` setting.
.. _metadata-soa-edit:
The easiest way to migrate all your zones from your old infrastructure
to PowerDNS is to add all your domains as a slave domain with your
current master as the master, wait for the zones to be transferred and
-change the zones to master. Make sure :ref:`setting-slave` is set to "yes"
+change the zones to master. Make sure :ref:`setting-secondary` is set to "yes"
in your pdns.conf.
To A Generic SQL Backend
UPDATE domains set type='MASTER' where type='SLAVE';
-And set :ref:`setting-master` to "yes" in your pdns.conf
+And set :ref:`setting-primary` to "yes" in your pdns.conf
and restart PowerDNS.
Or, if you want to use :ref:`native <native-operation>`:
file "/var/lib/powerdns/zones/example.net.zone";
};
-Don't forget to enable :ref:`setting-master` in your
+Don't forget to enable :ref:`setting-primary` in your
pdns.conf and restart, or if this setting was already set, use
``pdns_control rediscover`` to load these zones as master zones.