Upgrade ISPConfig

Discussion in 'Installation/Configuration' started by Kyeto, Jun 20, 2008.

  1. Kyeto

    Kyeto New Member

    Hi

    I have a server with 2.2.16 on Debian Sarge
    We upgrade the server to a new hardware and Ubuntu 8.04 LTS

    We want to install the last 2.2.23 to have the last version.
    We want to keep our users and website.

    How can i upgrade ? I use rsync but for ispconfig ? I transfert the database of ispconfig on the new version ? there is no problem ?

    Thanks you
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I'd first move ISPConfig to the new server (see http://www.howtoforge.com/forums/showthread.php?t=2717&highlight=moving+ispconfig ) and check if everything's working. Afterwards you can update ISPConfig:

    Log in to your shell as root.
    Unpack the ISPConfig-archive

    Code:
    tar xvfz ISPConfig*.tar.gz
    and change to the directory install_ispconfig:

    Code:
    cd install_ispconfig
    Then start the setup-script from there:

    Code:
    ./setup
     

Share This Page