• 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.

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