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

MySQL 4.1 breaking plesk updater

E

Eriky

Guest
I installed MySQL 4.1 from the official MySQL packages. Now plesk updater keeps telling me there is an update for the base packages. When I start the upgrade, it wants to install old mysql 3.xx packages. How can I fix this situation. Why is MySQL 4.1 not supported? I also tried MySQL 4.1 packages from art but they didn't help much.
 
I'd like to add that I have version 7.5.4
Also, I'm looking for a place to download plesk rpm's myself. I want to upgrade the upgrader with and rpm to see if that helps..
 
I removed the MySQL packages and used yours. The updater works again now (thanks!) but I still keep having a problem I had with your previous MySQL packages too.

When I do service mysql stop
it is unable to stop the server. Any idea what might cause this?[
 
I successfully did a MySQL41 upgrade using the following steps.

1) from the root console I used ./psa_installer.......
to uprade my plesk from 7.5.2 to 7.5.4
2) issue # rpm -Uvh MySQL-server-4.1.14-0.i386.rpm
3) service mysqld restart
4) service psa start
5) mysql -u username -p

mysql> select version();

6) /usr/bin/mysql_fix_privilege_tables --user= --password='cat /etc/psa/.psa.shadow'

7) /etc/init.d/mysqld restart

I hope this helps
 
Yeah but try using the plesk updater now.. It will fail, trying to install an old mysql version
 
Back
Top