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

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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