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

Question MySQL Upgrade 5.1 to 5.6 or 5.7?

Ryan van Brunschot

New Pleskian
Hi Folks,

For a long time im struggling now to upgrade MySQL on my Plesk Server. It runs on CentOS 6.8 and Plesk 17.0.17. For now MySQL 5.1 is installed, and i would like to upgrade to 5.6 or 5.7.

Without any loses and close all of the danger out.

Im a total noob in upgrading databases and with MySQL.

Thanks,
Ryan
 
I can confirm that I have successfully upgraded to MySQL 5.6 from 5.1 without any issue on a CentOS 6.8 VPS.

Stop MySQL
Get the repo & install then DISABLE 5.7 and enable 5.6
Yum update mysql
Service mysqld start

Run mysql_upgrade command once the upgrade is completed.
 
Last edited:
Back
Top