• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

upgrading from 8.6 won't work

T

truelove

Guest
during upgrade it fails with error
Trying to migrate admin params to clients table...
ERROR while trying to execute SQL query, the query was: SET NAMES 'binary';UPDATE clients SET cname='SSQ - Sistemi e Servizi per la Qualita'' where id =13
Check the error reason(see log file: /tmp/psa_9.0.0_debian4.0.build90081117.17_upgrade.081216.01.29.log), fix and try again
and broke all system! How i can fix this error?
 
See if there is more information in /tmp/psa_9.0.0_debian4.0.build90081117.17_upgrade.08121 6.01.29.log

Faris.
 
Change the client's name from:

SSQ - Sistemi e Servizi per la Qualita'

To:

SSQ - Sistemi e Servizi per la Qualita

In the plesk control panel, or in mySQL directly;

mysql -u admin -p
use psa;
UPDATE clients SET cname='SSQ - Sistemi e Servizi per la Qualita' where id =13;

Tino
 
Back
Top