I'm trying to understand if PowerDNS slaves can update records even if the serial number in the SOA for the zone does not change. The scenario I have in mind is the following:
There is one master server which does live signing for DNSSEC. Background is that I want to be able to deliver current signed records by only changing the database. When the SOA serial in the database changes, the slaves get notified and retrieve the new (and signed) data automatically.
However, according to the documentation the RRSIG records have a validity of between one or two weeks. Would the slaves pick up new RRSIG records automatically even if the SOA is not changed?