• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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