• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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