ISPConfig 3.0.1.2 is available for download. This release is a bugfix release for ISPConfig 3. Download ----------------------------------------------------- The software can be downloaded here: http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.1.2.tar.gz?use_mirror= Changes: -------------------------------------- - Many bugs have been fixed, see bugtracker: http://bugtracker.ispconfig.org/index.php?string=&project=3&due[]=25&status[]=closed&do=index For a detailed changelog, please have a look at the SVN history with an SVN client of your choice: svn://svn.ispconfig.org/ispconfig3/trunk/ Known Issues: -------------------------------------- Please take a look at the bugtracker: http://bugtracker.ispconfig.org BUG Reporting -------------------------------------- Please report bugs to the ISPConfig bugtracking system: http://bugtracker.ispconfig.org Supported Linux Distributions ----------------------------- - Debian Etch (4.0) - Lenny (5.0) - Ubuntu 7.10 - 9.04 - OpenSuSE 11 - 11.1 - CentOS 5.2 - 5.3 - Fedora 9 - 10 Installation -------------------- The installation instructions for ISPConfig can be found here: http://www.ispconfig.org/documentation.htm and in the text files (named INSTALL_*.txt) which are inside the docs folder of the .tar.gz file. Update -------------------- To update existing ISPConfig 3 installations, run this command on the shell: ispconfig_update.sh And select "stable" as update resource. 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/ISPConfig-3-stable.tar.gz tar xvfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install php -q update.php
For me on Debian Lenny using ispconfig_update.sh crashed. Ran a while then gives a fatal error about not being able to do a MySQL dump using password 'NO'. It never asks me for the password before crashing. That's trying to run from stable. Updating from svn seemed to go fine.
The update code in 3.0.1.2 and svn is 100% identical, so your first update problem must have been caused by something else e.g. an inaccessible or missing file.
Interesting, I was trying the update via putty. Crashed 3 times in a row selecting stable, then finished ok selecting svn. I have no idea why.
Update worked ok on centos 5.3... /etc/amavisd.conf seems to have been overwritten though wiping out the correct settings for clamavd socket and setting the error reporting level to verbose. I've fixed it now but could I suggest that a backup be kept of config files that the update script overwrites ? to turn off the verbose logging, delete the line... or change the value to 0 $log_level = 5; # (defaults to 0) at the end of the file (it's defined earlier in the file as $log_level = 0 anyway. The correct clamav socket for CentOS 5.3 is "/var/run/clamav/clamd.sock" and not /tmp/clamd.socket as defined in the new config file.
Upgrade directly from 3.0.1? Is it safe to upgrade directly from 3.0.1 to 3.0.1.2? The upgrade to 3.0.1.1 would crash on my in Lenny, and I didn't have the time to investigate properly. Would I be better off getting the upgrade to 3.0.1.1 first working, then do the upgrade to 3.0.1.2? Thank you, technoid
Can we get a status box to pop up or appear at the top of the screen when the action is complete? Right now its kinda hope and pray that it works with no message saying its complete.