• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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