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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
