robb3369

Well-Known Member
Mar 1, 2008
122
1
66
cPanel Access Level
Root Administrator
This covers transfers:
Transfers

The DNS records will more with no issue, but remember that the IP address will more than likely have to change since its going onto another server with its own IP addresses. Your DC might be able to move it.
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
if the custom name servers are in your DNS cluster they will remain the same and they will still work as they always did
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

The custom entries should migrate to the new server during the transfer. However, you can make a backup of the DNS Zone before initiating the transfer with a command such as:

Code:
cp -a /var/named/domain.com.db /root/domain.com.db
Then, transfer the account, and review the backed up zone to see which records were not copied over during the transfer. You can then review the old zone as a reference when manually editing the new DNS zone.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
So where you have put domain.com i put the actually domain ? also where will it back the file up to.
Right, you would replace "domain.com" in the example with the actual domain name (ensure you include the .db suffix). The example command I provided backs up the zone to "/root/domain.com.db".

Thank you.