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?
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.
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?
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?
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.
I have all my sites running PHP4 now, so whenever I upgrade ISPConfig I still have PHP4 for my sites?