• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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