We just tested the transfer tool to migrate a server to another.
So we just triend 1 domain first and we encountered some issues there.
The SPF line in DNS is not replaced by the default SPF line of the new server.
The new server has placement of SPF records for new acounts on by default.
Next to that, we see several comments in the /var/named/domain.nl.db file which can't be removed via the Edit DNS.
It's not good if we have to remove these lines from every domain which is transferred.
These are the lines added for example:
Then there is the normal (correct nameserver) and right below that:
Same for FTP, first the correct entry and below it:
And the SPF entry is present, but with the old value of 62.xxx.xx.xx instead of 148.xxx.xxx.xxx which it should contain because that is the new server.
Can both of these things be fixed some how without editting every entry manually via ssh?
P.s. The source version of Cpanel is v58 and cannot be updated anymore. Destination server has the newest stable cpanel version.
So we just triend 1 domain first and we encountered some issues there.
The SPF line in DNS is not replaced by the default SPF line of the new server.
The new server has placement of SPF records for new acounts on by default.
Next to that, we see several comments in the /var/named/domain.nl.db file which can't be removed via the Edit DNS.
It's not good if we have to remove these lines from every domain which is transferred.
These are the lines added for example:
Code:
; customerdomain.nl. 86400 IN SOA ns1.company.nl. root.company.nl. ( ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
; 2017041002 ;Serial Number ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
; 14400 ;refresh ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
; 3600 ;retry ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
; 1209600 ;expire ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
; 86400 ) ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
Code:
; customerdomain.nl. 86400 IN NS ns1.company.nl. ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
; customerdomain.nl. 86400 IN NS ns2.company.nl. ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
Code:
; ftp 14400 IN A 62.xxx.xxx.xxx ; Previous value removed by cPanel transfer auto-merge on 20180412182936 GMT
Can both of these things be fixed some how without editting every entry manually via ssh?
P.s. The source version of Cpanel is v58 and cannot be updated anymore. Destination server has the newest stable cpanel version.