in the release note of p1 it is noted support for debian uo to13. Can I understand this that it is save to update my ISPConfig servers to Trixie now.
Did an upgrade and successfull reboot. tried to update ispconfig, p1 was insatalled while still on debian 12 get the following on command ispconfig_update.sh --force >> Update Operating System: Debian 13.0 (Trixie) or compatible PHP Curl Module is missing. PHP MySQLi Module is nmissing. PHP Multibyte Module (MB) is missing. root@isp-master:~# what shall I do? I have a valid Snapshot.
Various PHP modules seem to be missing in your system's PHP version now that you upgraded Debian. See the older upgrade guides; they show that you must install the PHP packages for the system PHP version: https://www.howtoforge.com/update-the-ispconfig-perfect-server-from-debian-11-to-debian-12/ But instead of installing them for PHP 8.2, you must install them for PHP 8.4 on Debian 13.
Till - from a previous thread because of the Dovecot 2.4 issue (which is important for me) you suggested that it was best to upgrade Bookworm to Trixie first and then 3.3.0 to 3.3.1. Plus I should wait until the upgrade howto was published. I have multiple servers on Bookworm/3.3.0 and would welcome your best advice on the way forward. Sorry for hijacking the thread but it may be relevant to others also upgrading to Trixie & 3.3.1.
Always update the OS first and then ISPConfig. If you have already updated ISPConfig, run an ISPConfig update with the --force option after the OS upgrade.
Did what you requested root@isp-master:~# apt-get install php8.4 php8.4-cli php8.4-cgi php8.4-fpm php8.4-gd php8.4-mysql php8.4-imap php8.4-curl php8.4-intl php8.4-pspell php8.4-sqlite3 php8.4-tidy php8.4-xsl php8.4-zip php8.4-mbstring php8.4-soap php8.4-opcache libonig5 php8.4-common php8.4-readline php8.4-xml curl Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php8.4-imap E: Couldn't find any package by glob 'php8.4-imap' E: Couldn't find any package by regex 'php8.4-imap' root@isp-master:~# trying he force update >> Update Operating System: Debian 13.0 (Trixie) or compatible PHP Curl Module is missing. PHP MySQLi Module is nmissing. PHP Multibyte Module (MB) is missing.
You did not install any packages as one of the packages, php8.4-imap, does not exist for PHP 8.4. So rerunning the update without having installed the PHP packages can not work. Run the command to install the PHP packages again, but leave out php8.4-imap. If the installation was successful, then run the ISPConfig update again.
Just copied the command you suggested and changed 8.2 to 8.4. but as you can php8.4-imap was not found. from Google research says there is no imap inPHP8.4. Can not find a workarround.
You do not seem to have read the instructions I gave you in post #8, as they answer that question and explain exactly what you shall do. So here again:
yes sorry, I did not understand on the first read. Now i corrected it and had succes. Tank you very much for support.