• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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