• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Dist-Uprade Debian 11 to 12

Yes, right, the update for the Plesk Monitoring extension adjusted for Debian12 in testing stage already, an update should be released soon.
Seems like this was forgotten before declaring Debian 12 support?! ;) :)

But I don't want to complain too much, as I've got it working now.
 
@Lrob Sure it is, see "Dist-upgrade from Debian 11 to Debian 12": https://support.plesk.com/hc/en-us/...-upgrade-procedure-on-Linux-server-with-Plesk

Just step 14 has a little mistake as Debian 12 is using MariaDB 10.11. and not 10.5. So just use:

Code:
aptitude install base-files linux-image-amd64 libc6 python3 mariadb-server-10.11
That's not a mistake, though appears surprising at first glance. There's no package mariadb-server-10.11 in Debian repositories. The package mariadb-server-10.5 on Debian 12 is a transitional package installing the package mariadb-server (MariaDB 10.11). So, by executing the command from the guide you're asking to update mariadb-server-10.5 to the version available from Debian 12 repositories, which will result in its replacement with mariadb-server.
 
@kpushkarev Thanks for clearance. We did already use just "mariadb-server" as default value for our external sources. If other Plesk users are also using MariaDB repositories from the MariaDB Foundation this is the way to go (+ update /etc/apt/sources.list.d/mariadb.list before to bookworm).
 
Yes, right, the update for the Plesk Monitoring extension adjusted for Debian12 in testing stage already, an update should be released soon.

Done, with the latest release, Plesk Monitoring supports Debian 12. Let me know if you have any feedback regarding the Monitoring extension.

Monitoring 2.9.0​

24 November 2023
  • Added support for Debian 12.
 
1701001282507.png

ImunifyAV does not work out of the box with new servers. I had to manually add PHP 8.0 using the Plesk Installer for it to run.
 
Debian 12
below is the example for /etc/apt/sources.list file:
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
 
Back
Top