Re: [Pdns-users] zone2sql with bind

2010-12-09 Thread Ian Mordey
ns.com] on behalf of Ian Mordey [ian.mor...@griffin.com] Sent: 08 December 2010 15:35 To: pdns-users@mailman.powerdns.com Subject: [Pdns-users] zone2sql with bind Hi there I'm trying to use zone2sql to migrate DNS from a bind box to a new PowerDNS box. I have a problem where the bind zone file

Re: [Pdns-users] zone2sql with bind

2010-12-08 Thread Erik Ljungstrom
Mordey [ian.mor...@griffin.com] Sent: 08 December 2010 15:35 To: pdns-users@mailman.powerdns.com Subject: [Pdns-users] zone2sql with bind Hi there I’m trying to use zone2sql to migrate DNS from a bind box to a new PowerDNS box. I have a problem where the bind zone file contains a . in the $ORIGIN

[Pdns-users] zone2sql with bind

2010-12-08 Thread Ian Mordey
Hi there I'm trying to use zone2sql to migrate DNS from a bind box to a new PowerDNS box. I have a problem where the bind zone file contains a . in the $ORIGIN. For example: $ORIGIN . Zone2sql writes the insert as: Insert into domains (name,type) values ('example.com','NATIVE'); Insert i