• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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