• 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 Upgrading MariaDB from 10.1 to 10.5

akira9000

Basic Pleskian
Hi,

This Plesk help article details upgrading from 10.0 to 10.1
How to upgrade MariaDB 10.0 to 10.1 on CentOS 7

Just checking that I can use the steps as the basis for a machine on 10.1 already and take it up to 10.5 or up to any 10.x really? Obviously changing the repo details, I assume all good?

Machine has CentOS 7.9 & Plesk Onyx 18.0.44 so is up to date for current release schedule.

Thanks
 
Yes you can, but for the 10.6 version you need to change the bind-address in my.cnf to "::" only.
 
Just doing some housekeeping and noticed that the repo URLs on the MariaDB main site are different to the syntax on the guide I referenced at the start of the thread.

The old ones look like:


Code:
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.5/centos7-amd64
gpgkey = https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

The ones on the MariaDB site look like this:

Code:
[mariadb]
name = MariaDB
baseurl = https://mirrors.xtom.nl/mariadb/yum/10.5/centos7-amd64
gpgkey=https://mirrors.xtom.nl/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1

I'm pretty sure they used to have the same mirrors. Are the xtom.nl ones OK to use? Or maybe the old ones are retired?
 
Back
Top