• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

DNS Serial Question

X

xooops

Guest
Hi

I need to move 10 Web from Server A to Server B.
For Hosting and Mail etc. I use the Migration Manager.

Know I have some problems with the DNS.

The Domain example.com has ns.mydomain.com and ns2.mydomain.com as there name server.

My idea was to set the TTL to 3600 and change the IP for example.com to Server B IP Address. After I moved all Clients I change the IP for ns.mydomain.com to Server B.

But I think I have to problems with serial Number... because the serial on server B is less then the one on Server A.

What can I do? (I hope you understand me:)

Thanks, Sven
 
Sven,

If the serial number is the problem, you will simply need to change the serial on Server B so that it is at least 1higher than Server B. Once you've changed the file run "rndc reconfig; rndc reload domain.com" and it will update the serial in named.

You can also check that your name server is returning the correct ip, by running: dig @ns.nameserver.com domain.com
 
Back
Top