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

Resolved Errors during update.

Raymond_Davelaar

Basic Pleskian
Just to mention... Plesk won't install update 5, see log. So every morning my websites are down (just need to start MySQL to solve this)
Versie 17.0.17 Update #4, laatste update op 2016-11-1
Ubuntu 14.04.5 LTS‬
 

Attachments

  • parallels-installation-log.txt
    31 KB · Views: 2
Hi Raymond_Davelaar,

according to your error message:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

Pls. consider to STOP MySQL and search with "ps -auf" for "hung" processes, or left-over pids from MySQL. A pid can be "killed" with the command "kill -9 XXXXX", where "XXXXX" can be listed with the previous "ps" - command.
After you cleaned your possible hung processes, or left-over pids, please START MySQL again and have a look at the MySQL - log ( => /var/log/mysql/error.log ), if you experience further issues with your database - server and report them here for further investigations.

If all went fine with the MySQL - start, pls. consider to use the command:

plesk installer --select-release-current --upgrade-installed-components
( optional, you are able to add "--debug" at the end of an "installer" - command, which logs a bit more for investigation reasons! )
 
Back
Top