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

Resolved Update MariaDB 5.5 to 10.1

FAPM

Basic Pleskian
Hi ALL,

I would like to update MariaDB from 5.5 to 10.1

OS : Centos 7.2
Plesk: 17.0.17


I have created the file: /etc/yum.repos.d/MariaDB.repo

# MariaDB 10.1 CentOS repository list - created 2016-11-24 17:24 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[Mariadb]
Name = MariaDB
Baseurl = http://yum.mariadb.org/10.1/centos7-amd64
Gpgkey = https: //yum.mariadb.org/RPM-GPG-KEY-MariaDB
Gpgcheck = 1

When I run yum update: it finds version 10.1

What is the procedure to follow in order to update the database so that it works with Plesk?

I tested a yum update, then access to plesk was KO

Thanks ALL,
 
Sorry ;)

# service mariadb stop
# yum install MariaDB-server MariaDB-client
# service mariadb start

It's OK
 
Back
Top