From 0cdee9dea7c3332ac0a80ee5d678e8c668a6d1b7 Mon Sep 17 00:00:00 2001 From: "Jamie (Bear) Murphy" Date: Wed, 16 Jul 2025 16:36:05 +0100 Subject: [PATCH] Update zone2sql.1.rst --- docs/manpages/zone2sql.1.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manpages/zone2sql.1.rst b/docs/manpages/zone2sql.1.rst index 9ea9d216a9..ccbd1e5492 100644 --- a/docs/manpages/zone2sql.1.rst +++ b/docs/manpages/zone2sql.1.rst @@ -60,11 +60,10 @@ OTHER Options --delete-matching-domains Adds a delete statement to the sql output to allow re-importing zones. - Mostly only useful during testing. This should not be used on a live DB - as you will override the zone with previous data. + Mostly only useful during testing. Since this will only delete the domain, but not its records, you should have the optional foreign key relationship enabled in your - schema in order not to leave dangling records. + schema in order to avoid leaving dangling records. --filter-duplicate-soa If there's more than one SOA record in the zone (possibly because it was AXFR'd), ignore it. If this option is not set, all SOA records -- 2.47.2