From: Mohit Chawla Date: Fri, 10 Jul 2015 12:45:20 +0000 (+0530) Subject: When only the zonefile argument is used, the domains table doesn't get updated, only... X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32f6a444e6e2adf0540bdb106dc29b0e1e0e0516;p=pdns 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. --- 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.