• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Migration 10.0 > 10.2 - Error wit IP assignment

xxx

Basic Pleskian
Hello!

I try to migrate from a server uswing Plesk 10.0.x to a verver running Plesk 10.2.0.
Some domains are running well on the new machine.
Other migration temrinate with the following error:

Warning: domain "domain.tld"

Only one IPv4 and IPv6 adressess allowed on subscription. IPv4 address xx.xxx.xxx.xxx has been removed

Error:

Failed deployment of domain domain.tld

My new domain is set up but without hosting. So I can configure a hosting type but then I have no hosting data in the httpdoc folder.
At old server there is configured only one IPv4 adress so I don't know what could happen.

Is there anyone with an idea why this issue?

Thanks in advance!
 
Check that domain is hosted on one IP but some its DNS zone are set to other IP. Try changing DNS zones to the same IP as hosting before migration.
 
could you please tell me what should I do? My new domain is set up but without hosting. would be the same case cited above, but did not understand what is the solution, I would like to explain in detail

Warning: domain "xxxx.com"
Only one IPv4 and IPv6 adressess allowed on subscription. IPv4 address xxx.xx.x.xx has been removed



Error: server ""
Execution of /usr/local/psa/admin/plib/api-cli/ipmanage.php -u xxx.xx.x.xx -ssl_certificate_ref 01e9daccc88d402f74329d7690244ba1 failed with return code 1.
Stderr is
Certificate does not exist.



Error: SSL certificate "default certificate"
Execution of /usr/local/psa/admin/plib/api-cli/certificate.php --create default\ certificate -cert-file /usr/local/psa/PMM/tmp/pmm-cert-FoGkdu -key-file /usr/local/psa/PMM/tmp/pmm-privkey-FbAPdO -admin failed with return code 1.
Stderr is
Unable to create certificate "default certificate": certificate with such name already exists



Error: domain "xxxxx.com"
IP address should be specified for domain xxxx.com
 
This error also occurs when migrating Clients from 10.2 to another server with 10.2.
Has anybody found a solution for this?
The assignment of IPs in DNS is not the problem. All zones are configured with default values for all clients and some are working and some do not.
 
This one plagued me for days, but finally found the solution by accident while digging around.
When I tried to migrate one of our customers, it would spit that error. And it turns out that the subscription which had the problem had a domain alias, whos DNS was not synched with the main domain, as a result had an old IP address, so the migration manager thought there were 2 IP's assigned!
Found this by going into /var/www/vhosts/<subname>/conf and seeing what vhosts used what IP's.

I hope this helps......
 
Also look out for old includes in the above mentioned conf directory which for some reason aren't synched anymore with Plesk by are still lying around and read into Apache. That causes problems with the migration agent too.
 
Hi,

thanks for the reply. This was the exact solution for the problem - just turned on DNS synchronization for the additional Domain Aliases and everything worked fine!

Thanks for your help!
 
Back
Top