• 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 fails with blank error

Q

QCO

Guest
I'm trying transfer domains from Ubuntu 8.04 with Plesk 9.5.4 to a new server with Ubuntu 10.4 and Plesk 10.1.1 but all I get is "Progress Failed" with no error message.


/opt/psa/PMM/logs/pmmcli.log says
<?xml version="1.0" encoding="UTF-8"?>
<response>
<errcode>0</errcode>
<data>
<task-list>
<task task-id="27911" creation-date="2011-Mar-23 02:59:57">
<task-status task-id="27911">
<mixed>
<backup>
<finished status="success" log-location="">


</finished>
</backup>
<restore task-id="28581">
<finished status="error" log-location="/opt/psa/PMM/rsessions/20110323030001106/migration.result">



</finished>
</restore>
</mixed>
</task-status>
<additional-info>
<source-hostname>83.169.38.204</source-hostname>
<migrating-objects>
<selected-objects amount="1" type="domains">

</selected-objects>
</migrating-objects>
</additional-info>
</task>
</task-list>
</data>
</response>

But there is no file /opt/psa/PMM/rsessions/20110323030001106/migration.result

In /opt/psa/PMM/rsessions/20110323030001106/migration.log there is no hint what went wrong. No error. Last line in this:
RsyncExecCmd::forkExecvPty : open master pseudo-terminal [-1]

I tried to migrate different domains an clients, but all fail without a message.

Any ideas what do now? Where should I look for error-messages?
 
Um well, only thing KB says is where to find log files. But that's a lot of log file. I don't know what I should look for inside these files.
 
Ok, looks like I found the problem (at least one) :

ExecCmd::ExFailed: Execution of /opt/psa/admin/plib/api-cli/client_pref.php --update userxxx -skin Aqua failed with return code 1.
Stderr is
Error(s) in command line options: Wrong syntax for option's '-skin' parameter
If I call /opt/psa/admin/plib/api-cli/client_pref.php --update userxxx -skin Aqua myself, I get error from the log. But /opt/psa/admin/plib/api-cli/client_pref.php --update userxxx -skin Default works - 'Default' is the only skin in my new Plesk version. I would call this a bug in migration manager, I would expect it to switch the user to an available skin.
What to do now?
 
As possible workaround you can set skin to Default for all clients on source server.
 
As possible workaround you can set skin to Default for all clients on source server.
Thank you for your reply. But which one is this? On source server (Plesk 9.5.4) there is no skin called Default.
 
Back
Top