• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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