• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Migration Problem with www subdomain

H

heemin

Guest
I can't do migration with www subdomain.

My Original Setting is
I set subdomain with www & devel at mydomain.com.
  • -> mydomain.com
  • -> subdomain is
    www.mydomain.com
    devel.mydomain.com

then I want move my domain to another Plesk with migration tool.
but, my migration tool said error that already has the WWW alias.
How can I solve this problem?
Please Give me a help!

Error Log
  • client promedic
  • domain mydomain.com
Failed deployment of subdomain www (domain mydomain.com)

Execution of /usr/local/psa/admin/plib/api-cli/subdomain.php --create www -domain mydomain.com
-ssl true -ssi true -php true -cgi true -perl true -asp true -python true -fastcgi true failed with return code 1.
Stderr is
Incorrect subdomain name: the domain mydomain.com already has the WWW alias.
 
I Solved This Problem.
I got a hint at this post.
domain aliases not working properly :: http://forum.parallels.com/showt...81957

Actually, problem is cacophony between dns setting and subdomain setting.

So, I set like this.

  • First, I changed the dns settings at plesk control panel with Source File.

    *.mydomain.com. A 123.123.123.123
    123.123.123.123 / 24 PTR mydomain.com.
    devel.mydomain.com. A 123.123.123.123
    ftp.mydomain.com. CNAME mydomain.com.
    mail.mydomain.com. A 123.123.123.123
    ns.mydomain.com. A 123.123.123.123
    mydomain.com. NS ns.mydomain.com.
    mydomain.com. A 123.123.123.123
    mydomain.com. MX (10) mail.mydomain.com.
    webmail.mydomain.com. A 123.123.123.123

    Here, I deleted this line in DNS settings.
    www.mydomain.com. A 123.123.123.123

  • Then, I ran Migration Manager at plesk to destination.

So, Not happen no problem.

[highlight]Notice:[/highlight]
After migration, by the Migration Manager, "www.mydomain.com" will appear again at DNS setting on destination Plesk.
It will be good deleting.
 
Last edited by a moderator:
Back
Top