[Opendnssec-user] ods 2.0.1 ZSK roll-over problem
Yuri Schaeffer
yuri at nlnetlabs.nl
Tue Sep 20 13:07:10 UTC 2016
Hi Fred,
My colleague Hoda found the error. The SOA serial strategy is numbered
differently between 1.4 and 2.0. This is actually a problem with the
migration script not taking this in to account.
What should solve your issue is running
ods-enforcer policy import
Your kasp.xml will be reread and any differences applied.
Alternatively you could do it manually in your database (assuming
default policy):
UPDATE policy SET zoneSoaSerial=1 WHERE name = 'default';
I expect that field in your database to be 3. Which was 'datacounter' in
1.4. But maps to 'keep' in 2.0.
For us left to do is update the migration script.
Regards,
Yuri
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: OpenPGP digital signature
URL: <http://lists.opendnssec.org/pipermail/opendnssec-user/attachments/20160920/db95d0a8/attachment.bin>
More information about the Opendnssec-user
mailing list