• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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