How to upgrade to 2.2.10?

Discussion in 'Installation/Configuration' started by djkoelkast, Mar 1, 2007.

  1. djkoelkast

    djkoelkast New Member

    Hi all,

    I have 2.2.6 installed now, is there an easy way to upgrade the existing installation of ispconfig to 2.2.10?
     
  2. torusturtle

    torusturtle Member

    It's very easy!

    Download the ISPConfig-2.2.10.tar.gz from sourceforge.net

    Code:
    http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.10.tar.gz?download
    Installation on the shell as root User:

    Code:
    tar xvfz ISPConfig-2.2.10.tar.gz
    cd install_ispconfig
    ./setup
    The installer automatically detects the installed ISPConfig version and performs an update.


    I recommend that for security you'll make backups before performing the update.
     
  3. dedibox

    dedibox New Member

    At some point I used apt-get update to update PHP and MySQL on my ISPConfig 2.2.6 install.

    If I follow the procedure described here (which is really simple), am I likely to run into problems because of this?
     
  4. djkoelkast

    djkoelkast New Member

    Do I need to update php? I love working with php 4 and don't want php 5 just yet... Is it possible to just update ISPConfig and not php?
     
  5. martinfst

    martinfst Member Moderator

    ISPConfig comes with it's own php (and webserver). You can run either php4 or php5 as your regular scripting tool. You can even choose to run either Apache 1.3 or Apache2 for your normal/regular sites.
     
  6. djkoelkast

    djkoelkast New Member

    I have all my sites running PHP4 now, so whenever I upgrade ISPConfig I still have PHP4 for my sites?
     
  7. martinfst

    martinfst Member Moderator

    An ISPConfig upgrade will not upgrade your php4 you use for your websites.
     

Share This Page