• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Upgrading CentOS

D

dahamsta

Guest
Can I upgrade CentOS on a Plesk server without disturbing the Plesk install? The server is currently running CentOS 4.3 and Plesk 8.6.

Thanks,
adam
 
Yes, usually you can - going from 4.3 to a later 4.x is fine using yum upgrade (or just updating yum update) but going from from 4.x to 5.x or something like that is out of the question and isn't possible.

You need to make a backup of /usr/sbin/suexec which you must copy back if httpd gets updated. This is because suexec gets overwritten when httpd gets updated, and this will stop all your cgi scripts from running.

You should also make a copy of /etc/named.conf and /etc/php.ini, along with /etc/sysconfig/named if it exists. These are unlikely to be needed, but it is worth doing just in case.
 
Back
Top