Hi,
thanks for your answer
sorry for my english but there might be a misunderstanding!
I don't want to install plesk through yum! Basically, I have a dedicated server at 1&1 with centos and plesk already installed. I just want to update my server!
If I understand well, I can update centos through yum and I can update plesk with the plesk admin.
I wanted to know
1/ Update Centos
# yum update
Update ok => mysql 5.0.77 updated but not php (version 5.1.6 still installed)
2/ Update php
#wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
#yum update php
#/etc/init.d/httpd restart
Update ok =>php = 5.2.13
3/ Install plesk update
3.1/ Version 9.0.1 => update OK
• Base packages of Plesk
• Plesk Updater
• Apache ASP support
• Plesk Firewall module
• Watchdog (System monitoring module)
3.2/ Version 9.2.1 => update NOT OK because of a bug with openssl update (PSA don’t start anymore after plesk update 9.2.1)
SOLUTION =>
http://kb.odin.com/en/8338
#wget -c http://kb.odin.com/Attachments/12669/Attachments/sw-cp-server-1.0-6.201004011130.centos5.x86_64.rpm
#rpm -Uhv sw-cp-server-1.0-6.201004011130.centos5.x86_64.rpm
• Base packages of Plesk
• Plesk Updater
• Plesk API [former Plesk Agent]
• Plesk migration manager
• Plesk Firewall module
• Watchdog (System monitoring module)
• Plesk Backup Manager
• French language pack
• Horde webmail support
3.3/ Version 9.2.2 => update OK
• Base packages of Plesk
• Plesk Updater
• Plesk API [former Plesk Agent]
• Plesk migration manager
• Plesk Firewall module
• Watchdog (System monitoring module)
• Plesk Backup Manager
• French language pack
• Horde webmail support
3.4/ Version 9.2.3 => update OK
• Base packages of Plesk
• Plesk Updater
• Plesk API [former Plesk Agent]
• Plesk migration manager
• Plesk Firewall module
• Watchdog (System monitoring module)
• Plesk Backup Manager
• French language pack
• Horde webmail support
3.5/ Version 9.5.1 => update OK but message mod_ssl already loaded after restarting apache !!!
SOLUTION :
http://www.atomicorp.com/forums/viewtopic.php?f=3&t=4078
Plesk apparently added a LoadModule ssl_module statement to /etc/httpd/conf/httpd.conf at some point, while this module is also being loaded in /etc/httpd/conf.d/ssl.conf (from the mod_ssl package).
So comment out this line : LoadModule ssl_module statement in /etc/httpd/conf/httpd.conf
• Base packages of Plesk
• Plesk Updater
• Plesk API [former Plesk Agent]
• Plesk migration manager
• Plesk Firewall module
• Watchdog (System monitoring module)
• Plesk Backup Manager
• French language pack
• Horde webmail support
3.6/ Version 9.5.2 => update OK
• Base packages of Plesk
• Plesk Updater
• Plesk API [former Plesk Agent]
• Plesk migration manager
• Plesk Firewall module
• Watchdog (System monitoring module)
• Plesk Backup Manager
• French language pack
• Horde webmail support
• PHP5 support
3.7/
yum update
If I do one more yum update, mysql is updated to 5.1 and then plesk refuses to start! I guess I have to apply this mysql patch here
http://www.atomicorp.com/wiki/index.php/Mysql. I will try and tell here
Can anybody see any mistake in my procedure?? Or any advice??
Thanks