Well, powerdns 3.1 is strict indeed,<div><br></div><div>After check-all-zones, all my zones report the same error:</div><div><br></div><div><div>Following record had a problem: <a href="http://abc.com">abc.com</a> IN SOA <a href="http://ns1.xyz.com">ns1.xyz.com</a> <a href="http://dns-admin.xyz.com">dns-admin.xyz.com</a> 2012120702</div>

<div>Error was: Parsing record content: missing field at the end of record content '<a href="http://ns1.xyz.com">ns1.xyz.com</a>. <a href="http://dns-admin.xyz.com">dns-admin.xyz.com</a>. 2012120702'</div><div>Checked 6 records of '<a href="http://abc.com">abc.com</a>', 1 errors</div>

</div><div><br></div><div>So do I have to fill exactly all SOA fields as describe in <a href="http://doc.powerdns.com/types.html">http://doc.powerdns.com/types.html</a> or it does not matter if I don't use DNSSEC and my SOA  just contains types as written here: <a href="http://wiki.powerdns.com/trac/wiki/fields">http://wiki.powerdns.com/trac/wiki/fields</a></div>

<div><br></div><div>Thanks and regards,</div><div class="gmail_extra"><br clear="all"><div><i><font color="#C0C0C0">--Chuyen</font></i></div><br>
<br><br><div class="gmail_quote">On Thu, Dec 13, 2012 at 3:23 PM, Peter van Dijk <span dir="ltr"><<a href="mailto:peter.van.dijk@netherlabs.nl" target="_blank">peter.van.dijk@netherlabs.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello Chuyen,<br>
<div class="im"><br>
On Dec 13, 2012, at 9:21 , Vo Dai Chuyen wrote:<br>
<br>
> Very clear ! Thank Peter so much !<br>
><br>
> Actually, I'm considering upgrade to 3.1 and doing some testing. Actually, we had run one authoritative name server version 3.1 with the old database schema from 2.9.22 and it just works fine but we need to be sure it does not encounter any troubles and we don't need DNSSEC and maybe it's OK for us to upgrade directly.<br>


<br>
</div>It usually is, but make sure to run 'pdnssec check-all-zones'. 3.1 is stricter in some areas, especially when some domains are missing their SOA.<br>
<div class="im"><br>
> One concern is that do I need to change the SQL shema while upgrade the authoritative from 2.9.22 to 3.1 as in the document describe from <a href="http://doc.powerdns.com/from3.0to3.1.html" target="_blank">http://doc.powerdns.com/from3.0to3.1.html</a><br>


><br>
><br>
> mysql> ALTER TABLE records MODIFY content VARCHAR(64000);<br>
> mysql> ALTER TABLE tsigkeys MODIFY algorithm VARCHAR(50);<br>
<br>
</div>The records change is recommended for all versions, including 2.9, really.<br>
<br>
The tsigkeys change only applies if you have upgraded your schema to support DNSSEC (and if you do that now, you will already, probably, get the right size for tsigkeys).<br>
<div class="HOEnZb"><div class="h5"><br>
Kind regards,<br>
--<br>
Peter van Dijk<br>
Netherlabs Computer Consulting BV - <a href="http://www.netherlabs.nl/" target="_blank">http://www.netherlabs.nl/</a><br>
<br>
_______________________________________________<br>
Pdns-users mailing list<br>
<a href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</div></div></blockquote></div><br></div>