• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Migration tool failure

V

ventrue21

Guest
Execution of /usr/local/psa/bin/domain --create d.com -clogin d -notify false -www true failed with return code 1.
Stderr is
mailmng: Unable to remove domain from rcpthosts file
System error 2: No such file or directory
mailmng: Unable to remove domain from virtualdomains file
System error 2: No such file or directory
An error occured during domain creation: unable to update domain preferences: Unable to update domain data: Failed mail post-configuration: Can't create mail domain servie: mailManager->addDomain() failed: mailmng failed: mailmng: Unable to remove domain from rcpthosts file
System error 2: No such file or directory
mailmng: Unable to remove domain from virtualdomains file
System error 2: No such file or directory


Migration on CentOS using Plesk 8.0.1 went smooth until domain name creation time. The above error was produced for every domain name in the Q to be migrated.

Has anyone else came across this error? I will post a resolution and document steps for others to use.
 
Originally posted by ventrue21
Execution of /usr/local/psa/bin/domain --create d.com -clogin d -notify false -www true failed with return code 1.

Try to create domain by using CLI utilities exactly as in command above:

Code:
/usr/local/psa/bin/domain --create d.com -clogin d -notify false -www true

If this does not work, then something bad happened on your destination Plesk.
 
Back
Top