From 13dc3ed19a229e90351a09c47700f0c63cb019b9 Mon Sep 17 00:00:00 2001 From: Bruce Elrick Date: Thu, 10 Oct 2024 13:15:39 -0600 Subject: [PATCH] Update docs/guides/basic-database.rst --- docs/guides/basic-database.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/basic-database.rst b/docs/guides/basic-database.rst index d8c75ad22f..15afac0091 100644 --- a/docs/guides/basic-database.rst +++ b/docs/guides/basic-database.rst @@ -91,7 +91,9 @@ If we now requery our database, ``www.example.com`` should be present:: If this is not the output you get, remove ``+short`` to see the full output so you can find out what went wrong. The first problem could be that PowerDNS has a :ref:`packet-cache` and a :ref:`query-cache` performance reasons. -If you see old, or no, data right after changing records, wait for :ref:`setting-cache-ttl`, or :ref:`setting-negquery-cache-ttl`, or :ref:`setting-query-cache-ttl`. +If you see old, or no, data right after changing records, wait for :ref:`setting-cache-ttl`, +:ref:`setting-negquery-cache-ttl`, :ref:`setting-query-cache-ttl`, or :ref:`zone-cache-refresh-interval` +to expire before testing. Now, run ``pdnsutil edit-zone example.com`` and try to add a few more records, and query them with dig to make sure they work. -- 2.47.2