From 53668f7cefe6327b219bcbf5088efe04f71b20f0 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 14 Oct 2022 13:54:07 +0200 Subject: [PATCH] auth: add note about lmdb-random-ids and catalog zones producers --- docs/backends/lmdb.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index c85817038d..65dca9606b 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -7,7 +7,7 @@ LMDB backend * Superslave: No * Case: All lower * DNSSEC: Yes -* Disabled data: No +* Disabled data: Yes * Comments: No * Multiple instances: No * Zone caching: Yes @@ -92,8 +92,12 @@ PowerDNS Version LMDB Schema version .. versionadded:: 4.7.0 +- Boolean +- Default: no + Numeric IDs inside the database are generated randomly instead of sequentially. If some external process is synchronising databases between systems, this will avoid conflicts when objects (domains, keys, etc.) get added. +This will also improve the detection of recreated zones for :doc:`Catalog Zones <../catalog>` producers. .. _settings-lmdb-map-size: -- 2.47.2