I don't know why, but these DNS zones that was being converterd in cPanel from system/root to an user account, is working as expected in cPanel but in migration, this zones are not migrated (with the rest of accounts, no problem).
Yes, first of all, I've try a "manual" migration (are about one hundred), simply:
- Copying the .db files i need onto /var/named.
- Adding to the file : /etc/named.conf with the following format, at the end of file like:
// zone mydomainexample.com
zone "mydomainexample.com" {type master; file "/var/named/mydomainexample.com.db";};
// zone_end mydomainexample.com
In this way, while i can see this new records as DNS zones in CWP, something is not okay. When i change my glue nameserver to point the CWP Servers, the DNS zones that i put "manyally" didn't work (and the users accounts and their zones that i have migrated it seems are responding okay), so I had to revert changes and continue with cPanel, this is the only thing that I can't get working
I don't know if i forget some step in the manual migration, for this reason I did the cPanel record conversion, so please can you confirm that manual migration are basically migrate the .db files and making the corresponding changes in the /etc/named.conf file?
Thanks for reply and help