Upgrade 1.2.9 to 1.3.16 and whezzy to jessie

  • I have to update a i-mscp panel from 1.2.9 to 1.3.16 - The last one works perfectly.
    Now I would like also migrate from whezzy to jessie the whole cloud server.


    I would ask if:


    • it's tetter to update before jessie or i-mscp ?
    • any possible problem and only for mega server manager or also for newbe ?
    • suggestion are welcom

    Thx :)

  • @bubaweb

    • Execute apt-get update && apt-get dist-upgrade
    • Upgrade to Debian Jessie: Update your repositories in your APT sources.list and then execute apt-get update && apt-get dist-upgrade, then reboot due to kernel update
    • Upgrade to latest i-MSCP release

    You shouldn't have problem. Don't forget to read the i-MSCP errata file.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • 1st try -> bad // 2 try bad too but with a search I resolved :) - Just some info for other user


    I just did as you told me, execute of update then i added this text in list file adding next liness in apt list.


    Code
    1. "/etc/apt/sources.list" deb http://security.debian.org/ jessie/updates maindeb-src http://security.debian.org/ jessie/updates maindeb http://httpredir.debian.org/debian jessie main contrib non-freedeb-src http://httpredir.debian.org/debian jessie main contrib non-freedeb http://httpredir.debian.org/debian jessie-updates main contrib non-freedeb-src http://httpredir.debian.org/debian jessie-updates main contrib non-freedeb http://security.debian.org/ jessie/updates main contrib non-freedeb-src http://security.debian.org/ jessie/updates main contrib non-freedeb http://nginx.org/packages/debian jessie nginx#deb-src http://nginx.org/packages/debian jessie nginx


    then I did apt-get update && apt-get dist-upgrade
    I had from server info about some update to do. See attached images.
    I always give default confirm to all request, but when system try to restart apache I had some error.


    See attached images.


    This is server error:


    Code
    1. Mar 19 20:46:29 puci apache2[697]: Starting web server: apache2 failed!Mar 19 20:46:29 puci apache2[697]: The apache2 configtest failed. ... (warning).Mar 19 20:46:29 puci apache2[697]: Output of config test was:Mar 19 20:46:29 puci apache2[697]: AH00526: Syntax error on line 49 of /etc/apache2/mods-enabled/ssl.conf:Mar 19 20:46:29 puci apache2[697]: Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configurationMar 19 20:46:29 puci apache2[697]: Action 'configtest' failed.Mar 19 20:46:29 puci apache2[697]: The Apache error log may have more information.Mar 19 20:46:29 puci systemd[1]: apache2.service: control process exited, code=exited status=1Mar 19 20:46:29 puci systemd[1]: Failed to start LSB: Apache2 web server.Mar 19 20:46:29 puci systemd[1]: Unit apache2.service entered failed state.


    then I search on forum and I find: Error during install after reinstalling PHP5.


    So i thought that error was about php reload...SO I did:


    sudo apt-get remove --purge php5-*


    then:


    sudo apt-get remove --purge apache2



    then i restart install for i-mscp



    ALL OK



    just update plugin and now syslog has only some warning...




    Code
    1. vmsvc[648]: [ warning] [guestinfo] Failed to get disk info.

    But all seems working well..