Fixing BIND’s journal out of sync with zone error

When BIND stop to work and throw error like this:

zone example.com/IN: journal rollforward failed: journal out of sync with zone
zone example.com/IN: not loaded due to errors.

The simplest and fastest fix is by removing that journal file for zone

rm /var/cache/bind/zones/example.com.jnl

and then restart bind

service bind9 restart
# or
systemctl restart bind9

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*