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

Update php, mysql, and phpmyadmin with plesk 9.5.4

KévinB

New Pleskian
Hi,

I have a server using parallels plesk panel 9.5.4, and centOS 5.7.
It runs
-> php 5.3.3
-> mysql 5.0.95
-> phpmyadmin 2.11
(-> apache 2.2)

I'd like to update to the following
-> php 5.4
-> mysql 5.5
-> phpmyadmin 3.5
(-> apache 2.4)

How can I do this safely on my plesk-driven server ?

Tanks
 
Thank you !

I encountered some errors during the upgrade, but Google knew them :). Here they are, in case someone reads this thread :
-> http://kb.parallels.com/fr/111630
-> http://forum.ovh.com/showthread.php?t=69508 (this one basically says "yum remove nmap")

I now have those installed on my server :
- php5.3.14 → at least it's now the very last update of php5.3 branch. But I'd like to upgrade to php5.4.
- mysql 5.5.25 → perfect !
- phpmyadmin 2.11 → no problem here : anyway I also wanted to access it from outside the control panel, and the method for this let me easily choose phpmyadmin3.5. I assume that if I want the panel version to be 3.5 as well, I'd just have to move the 2.11 folder and replace it with a link to my 3.5 folder.


I edited /etc/yum.repos.d/atomic.repo with vi, and enabled atomic-testing instead of atomic, but both "yum update php" and "yum upgrade php" said "No Packages marked for Update".
How can I upgrade to php 5.4 ?

Thanks
 
Back
Top