• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Domain Migration Fails

S

SBCTEC

Guest
I'm trying to migrate a domain from one plesk server to another. This is the error I receive:

Code:
Execution of '/usr/local/psa/bin/domuser.sh' '--update' 'domain.com' '-locale' '' failed with the return code 1.
STDOUT:

STDERR:
Wrong syntax for option's '-locale' parameter

For all intensive purposes, I'm using the latest and greatest software on both machines. Any suggestions?
 
Originally posted by SBCTEC
I'm trying to migrate a domain from one plesk server to another. This is the error I receive:

Code:
Execution of '/usr/local/psa/bin/domuser.sh' '--update' 'domain.com' '-locale' '' failed with the return code 1.
STDOUT:

STDERR:
Wrong syntax for option's '-locale' parameter

For all intensive purposes, I'm using the latest and greatest software on both machines. Any suggestions?

What the locale of domain administrator set on the source machine?
 
Originally posted by SBCTEC
I only have one locale present on each machine, en-US.

And what the locale in DB? If you look at migration Perl modules (/usr/local/psa/PMM/*.pl), it just getsl the data from the DB.
 
Both Client and Server charactersets on both servers are set to latin1.

I thought: Do I need the migration manager installed on the source server as well as the destination?
 
Originally posted by SBCTEC
Both Client and Server charactersets on both servers are set to latin1.

I thought: Do I need the migration manager installed on the source server as well as the destination?

No, you need the migration manager on the destination Plesk. If you have a look at the migration logs, you'll see migration places the migration agent on the source server and then uses only this agent as the source of migrated data exactly as it does during migration from the other hosting control panels. Also the whtole agent is available to you in the /usr/local/psa/PMM/PleskX.pl, so if you want to fix some bugs you can do this yourself. Of course, I think Plesk Migration engineers wil accept your patches/fixes with respects - they defininetly can't test Migration Manager on the all the existing configuration of software, it's very flexible and, then, usually error-prone for such a strict software as Plesk.
 
Back
Top