Skip to content

Commit

Permalink
A note on zone2sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis committed Jul 2, 2015
1 parent b70ace8 commit 1647dd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/markdown/authoritative/backend-godbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ For convenience, a schema for MS SQL Server has been created:

Load this into the database as follows: `isql pdns1 USERNAME PASSWORD < schema.mssql.sql`.

## Loading records into the database
Loading records is the same as with any SQL backend, just add them
using SQL-queries. Should you want to use [`zone2sql`](migration.md#zone2sql),
use the `--sqlite` option for correctly formatted SQL.

## Configuring PowerDNS
Add the options required to your `pdns.conf`:

Expand Down

0 comments on commit 1647dd2

Please sign in to comment.