debian trixie support

Discussion in 'General' started by muekno, Mar 13, 2026 at 12:42 PM.

  1. muekno

    muekno Active Member HowtoForge Supporter

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, you can update to Debian 13. Trixie has been supported since ISPConfig 3.3.1.
     
    muekno likes this.
  3. muekno

    muekno Active Member HowtoForge Supporter

    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.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    ahrasis and muekno like this.
  5. brainsys

    brainsys Active Member

    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.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  7. muekno

    muekno Active Member HowtoForge Supporter

    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.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  9. muekno

    muekno Active Member HowtoForge Supporter

    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.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    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:

     
    muekno likes this.
  11. muekno

    muekno Active Member HowtoForge Supporter

    yes sorry, I did not understand on the first read. Now i corrected it and had succes.
    Tank you very much for support.
     

Share This Page