Collapse

Announcement

Collapse
No announcement yet.

Centos Web panel :- Server needs to be upgraded

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Centos Web panel :- Server needs to be upgraded

    Whenever, you can't access the Centos Web panel and showing below output on screen

    Click image for larger version

Name:	CWP upgrade 2.PNG
Views:	3
Size:	9.3 KB
ID:	590

    then, you will need to update CWP panel to latest version by using the following steps:-


    1) If your server is using old MySQL version, then you will need upgrade it to latest MySQL 5.5 or MariaDB.

    MySQL upgrade steps: -

    Code:
    cd /usr/local/src
    wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/mysql.sh
    sh mysql.sh

    Then, proceed with the CWP upgrade using the following commands:-

    Code:
    cd /usr/local/src
    wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/cwpsrv.sh
    sh cwpsrv.sh

    and if you wish to upgrade the Apache then follow below steps:

    Note :- Before proceeding with the apache upgrade, logged into CWP admin panel and check whether you are running apache only under Apache Settings >> Select WebServers, don't forget to rebuild vhosts.


    Code:
    cd /usr/local/src
    wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/apache.sh
    sh apache.sh
    If there is something wrong after upgrade then you can try below commands:-

    Code:
    yum reinstall cwp-httpd cwp-suphp

    RESTORE

    and if something goes wrong you can restore your server apache and cwpsrv using the following commands.

    Code:
    cd /usr/local/src
    sh cwpsrv.sh restore
    sh apache.sh restore
    If you have any further issues, please let us know.
Working...
X