I tried to update an installation of ISPConfig 3.0.1 to the newer 3.0.1.1 and came across the error message stating that the database already contained tables.
This is currently a test site so no damage done - but trying to install the newer version on top of the old one is obviously not the way to upgrade [update].
I searched for any instructions but cannot find any with the search phrases I used. Are there any instructions on this forum?
Thanks to anyone who can shed any light on the subject.
I may have found the answer to my own question viz:
Update
--------------------
To update existing ISPConfig 3 installations, run this command on the shell:
ispconfig_update.sh
The script will check if an updated version of ISPConfig 3 is available and then download the tar.gz and start the setup script.
If the ISPConfig version on your server does not have this script yet, follow the manual update instructions below.
Manual update instructions
--------------------------
cd /tmp
wget
http://www.ispconfig.org/downloads/I...-stable.tar.gz
tar xvfz ISPConfig-3-stable.tar.gz
cd ispconfig3_install/install/
php -q update.php
__________________
Will try this.....