• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Migration errors between two 10.4.4

KamilR

Basic Pleskian
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

10.4.4, Debian 6, x64

PROBLEM DESCRIPTION AND STEPS TO REPRODUCE

Migrate one server with 10.4.4 to another.

ACTUAL RESULT

Migration completes with errors:
xecution of /opt/psa/admin/plib/api-cli/client_pref.php --update XXX -locale pl-PL -ignore-nonexistent-options failed with return code 1.
Stderr is
Error(s) in command line options: Wrong syntax for command's '-locale' parameter.

Execution of /opt/psa/admin/plib/api-cli/client.php --update XXX -phone +48.XXXXXXXXX -ignore-nonexistent-options failed with return code 1.
Stderr is
Unable to update a user account:
Wrong syntax for command's '-phone' parameter.

...

EXPECTED RESULT

No errors.
 
Wrong syntax for command's '-locale' parameter.
Most likely the license does not support amount of currently installed language pack.
Wrong syntax for command's '-phone' parameter.
Such error occurs if the phone for the smb user contains a space symbol. Check corresponding smb_users table in psa database.
 
Back
Top