• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue How to install a custom mariadb version

luren549

New Pleskian
Server operating system version
Debian 10.12
Plesk version and microupdate number
Plesk Obsidian v18.0.45_build1800220701.06 os_Debian 10.0
The default mariadb version for my fresh install of plesk is 10.3.34, how can I customize the mariadb version?
 
What do you mean by customization? Editing entries in my.cnf or installing a different version?
 
The default mariadb version for my fresh install of plesk is 10.3.34, how can I customize the mariadb version?

If you want to customize the MariaDB version and I assume upgrading to a newer version is what you mean, you can follow Debian's/MariaDB's instructions to upgrade MariaDB. This is often done by creating the version specific sources.list file with the newer version. Then, simply run apt-get update and apt-get upgrade to get the newer version. At least, that worked for me in the past.

Please always try this in a testing environment first and make sure to backup your databases before attempting any upgrade.
 
Back
Top