• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Slave DNS does not synchronize

TorbHo

Basic Pleskian
We bulk-changed DNS ip adresses directly through phpmyadmin (search and replace).
psa -> dns_recs -> val
and
psa -> dns_recs -> displayVal

After that we used "plesk repair dns" to synchronize the new ips with bind.

If we do a dnslookup on the primary DNS server everything seems to be fine.

The Secondary DNS doesn't seem to synchronize the new ips. We don't have direct access to the secondary DNS Server. Do we have to change something in addition, so that the new zones are transfered to the secondary DNS?
 
I'm guessing plesk repair dns didn't update the serial numbers.

Every DNS zone has a serial number, if this number doesn't change, then changes aren't propagated. Every time a change is made, ensure this number is incremented by one so that other name servers see a new zone is available.
 
I'm guessing plesk repair dns didn't update the serial numbers.

Every DNS zone has a serial number, if this number doesn't change, then changes aren't propagated. Every time a change is made, ensure this number is incremented by one so that other name servers see a new zone is available.

Thank you. That worked.

After changing value in: psa -> dns_zone -> serial + "plesk repair dns"

the secondary DNS started to synch.

For the next time: is there a Plesk build-in solution that bulk-changes the DNS ips and the serial, too?
 
Back
Top