• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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