• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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