• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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