From ad034907e3715c633c7184654327fcca74fb0f56 Mon Sep 17 00:00:00 2001 From: RobinGeuze Date: Thu, 30 Jan 2020 16:28:41 +0100 Subject: [PATCH] Apply suggestions from code review One typo and a better documentation text. Co-Authored-By: Peter van Dijk --- docs/backends/lmdb.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index a73d1cdae5..95032816de 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -60,11 +60,12 @@ Default: mapasync .. _setting-lmdb-schema-version: -``lmdb-schame-version`` +``lmdb-schema-version`` ^^^^^^^^^^^^^^^^^^^^^^^ Determines the maximum schema version LMDB is allowed to upgrade to. If the on disk LMDB database has a lower version that the current version of the LMDB schema the backend will not start, unless this setting allows it to upgrade the schema. If the version of the DB is already the same as the current schema version this setting is not checked and the backend starts normally. +The default value for this setting is the highest supported schema version for the version of PowerDNS you are starting. if you want to prevent automatic schema upgrades, explicitly set this setting to the current default before upgrading PowerDNS. LMDB Structure -------------- -- 2.47.2