This ISPConfig release adds support for Debian 10 (Buster), a new datalog viewer, DNS CAA Records, PowerDNS 4.x support, Chroot option for PHP-FPM and several new Remote API functions. And many bugs were fixed. For details, please see the changelog.
–update —
We had to fix an error in the ispconfig internal cron system and re-released ISPConfig 3.1.14 as 3.1.14p1.
The datalog or sys_datalog is the internal configuration transaction system in ISPConfig. The Datalog viewer is a new function which allows you to see what has been changed by a user in ISPConfig in the past 30 days. This helps administrators to find out which exact changes were made to a site, mail account, etc. The Datalog Viewer provides also a undo function.
You can find the Datalog Viewer in the Monitor module, the menu is named “Show Satalo Log History”.
The ISPConfig DNS Manager can now be used to add CAA records to a zone.
The software can be downloaded here:
http://www.ispconfig.org/downloads/ISPConfig-3.1.14p1.tar.gz
https://git.ispconfig.org/ispconfig/ispconfig3/milestones/65
Please take a look at the bug tracker:
https://git.ispconfig.org/ispconfig/ispconfig3/issues
Please report bugs to the ISPConfig bug tracking system:
https://git.ispconfig.org/ispconfig/ispconfig3/issues
– Debian 8 – 10 and Debian testing
– Ubuntu 16.04 – 18.04
– OpenSuSE 11 – 13.2
– CentOS 6 – 7
– Fedora 9 – 15
The installation instructions for ISPConfig can be found here:
http://www.ispconfig.org/ispconfig-3/documentation/
ISPConfig can be updated to version 3.1.14 by running the command:
ispconfig_update.sh
as root user on the shell. Choose ‘stable’ as the update source.
In case you have any issues with updating ISPConfig trough ispconfig_update.sh command, then use the manual update instructions below.
To update existing ISPConfig 3 installations, run these commands in the shell:
cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.1.14p1.tar.gz tar xvfz ISPConfig-3.1.14p1.tar.gz cd ispconfig3_install/install php -q update.php