• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Severe issue with plesk migration

Mickael Salfati

Regular Pleskian
Hi Parallels Team,

---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Centos 6 Plesk 10.4.4 MU18 x64 - Debian 6 Plesk 10.4.4 MU18 X64

PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
Create a domain with 100 subdomains on a plesk server
Migrate this domain from an another server

ACTUAL RESULT
Migration failed with this error for 12 subdomains:
ERROR: () Execution of /usr/local/psa/admin/plib/api-cli/subdomain.php --create meteo-regionale -domain domain.net -www-root subdomains/meteo-regionale/httpdocs -ssl false -same_ssl false -ignore-nonexistent-options failed with return code 1.
Stderr is
An error occurred during domain creation: An error occurred while updating domain settings: The limit on serial number changes has been reached. No more DNS zone changes can be carried out today.
ERROR: (hosting object 'domain.net') Failed deployment of subdomain utopia (domain domain.net)
ERROR: () Execution of /usr/local/psa/admin/plib/api-cli/subdomain.php --create utopia -domain domain.net -www-root subdomains/utopia/httpdocs -ssl false -same_ssl false -ignore-nonexistent-options failed with return code 1.

Plesk can't migrate domain with over 98 subdomains.

EXPECTED RESULT
Migration Okay and no limit in the number of subdomains.

ANY ADDITIONAL INFORMATION
I also tried to disable DNS service for this domain, switch the DNS service (for this domain) as slave server before the migration but no way to migrate this domain.

This issue is there on all plesk versions (since 8.6) all OSes and all platforms (Windows/Linux)
--------------------------------------------------------------
 
I have forwarded your report to developers. Let's wait their answer. I will update thread.
 
Looks like it is a very old issue related to DNS zone serial format.
Format have 2 options:
1) unix time-stamp. No restrictions for zone update
2) format recommended by IETF and RIPE. (year_month_day_number). has a restriction for number of zone updates per day. (looks like 99)

I can suggest you try to switch to "unix time stamp" format for migrated domains on source server, perform migration, switch option back if it's necessary.

Option can be switched somewhere <domain> -> <DNS> -> <SOA Record> -> Uncheck "Use serial number format recommended by IETF and RIPE" checkbox

I'm not 100% sure but most probably it will help.
 
IgorG,

I just thought that I should (perhaps) change also the DNS Soa on the target server because when Plesk restore the domain, it will apply the Soa method on the new server.

I make a test this weekend and I keep you informed ;)
 
Back
Top