• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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