From 32f6a444e6e2adf0540bdb106dc29b0e1e0e0516 Mon Sep 17 00:00:00 2001 From: Mohit Chawla Date: Fri, 10 Jul 2015 18:15:20 +0530 Subject: [PATCH] When only the zonefile argument is used, the domains table doesn't get updated, only the records table gets updated. When named-conf argument is used instead, the domains table and the records table get updated. --- docs/markdown/authoritative/backend-gsqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/backend-gsqlite.md b/docs/markdown/authoritative/backend-gsqlite.md index a5e0f3126..ac8feaf57 100644 --- a/docs/markdown/authoritative/backend-gsqlite.md +++ b/docs/markdown/authoritative/backend-gsqlite.md @@ -38,7 +38,7 @@ This schema contains all elements needed for master, slave and superslave operat After you have created the database you probably want to fill it with data. If you have a BIND zone file it's as easy as: -`zone2sql --zone=myzonefile --gsqlite | sqlite3 powerdns.sqlite3`, but you can +`zone2sql --named-conf=/path/to/named.conf --gsqlite | sqlite3 powerdns.sqlite3`, but you can also use AXFR (or insert data manually). To communicate with a SQLite database, use the `sqlite3` program, and feed it SQL. -- 2.40.0