Hi everyone, is there a release date for a compatible version of ispconfig for Ubuntu 26.04? I saw that some code for this Ubuntu version has already been released to the development branch, so I imagine it won't be long now... Any critical issues (like with Debian, where external repositories need to be enabled to support different versions of PHP)? Thank you all
There are no known critical issues in the current dev version; we just did not finish testing yet. So it will probably be released next week.
i'm during migration to a new server, my switch time is planned for about 15.07. This is the best time to install it on U26.04 for me to take advantage of server switching. Can I install 3.3.2 [from dev branch] and after final [stable] release, update it to normal channel?
I am in the same situation and want to install the software on an ubuntu 26.04 LTS. When can I do install the new vesion with the autoinstaller or how can i install it from the dev branch? Sorry for these questions. I am new with ispconfig. My old server with ubuntu 18.04 and plesk got out of support. I want to change dirct with the server to ispconfig. And: I have to do it very, very shortterm
You can install the dev version using the auto-installer already. Just run the auto-installer as usual; it will detect Ubuntu 26.04 and choose an ISPConfig version that works on it. https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
Issues I've noticed (not in ISPConfig but in my installation): Roundcube -> The version in the Ubuntu 26.04 repo has an issue with array_first (PHP 8.5). The problem is resolved in newer versions of Roundcube, but they aren't in the repo yet. You can manually patch bootstrap.php and it works, and once the update hits the repo, the problem will resolve itself. Memcached persistently tries to create an IPv6 socket, which I intentionally removed from the machine's configuration (this also needs fixing by hand). Other than that, it works OK.
This is Ubuntu in general. Roundcube package in 24.04 has the same issue with PHP8.5. Though in 24.04 it only becomes an issue when you change the system's PHP version to 8.5 yourself.