• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Upgrade to MariaDB 10.1 fails

speedbird

Basic Pleskian
Hi there...,
I'm on CentOS 7.3 and Plesk Onyx and followed this guide:
https://it-fvb.de/plesk-12-5-auf-centos-7-upgrade-mariadb-von-version-5-50-auf-10-1.html

It says to stop watchdog -> check
Stop MariaDB -> check
Remove MariaDB Benchmark -> check
Start yum update -> check

But then the start of MariaDB fails afterwards with something like this:

Status: "InnoDB: Error: Unable to lock ./namexyz_piwik/piwik_access.ibd, error: 37"
CGroup: /system.slice/mariadb.service

I tried to manually remove the ibd file but then it just picks another .ibd file it complains about. No matter what, I can't get it to work. The only option left is to roll back the snapshot to 5.5

Tried it several times already all to the same result.

I tried 10.0 also because I thought it might work to update 10.0 to 10.1 afterwards but all I got was a load of lines when running yum just like this:

file /etc/init.d/mysql conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
file /etc/my.cnf.d/server.cnf conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
file /usr/bin/aria_chk conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
file /usr/bin/aria_dump_log conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
file /usr/bin/aria_ftdump conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
file /usr/bin/aria_pack conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
file /usr/bin/aria_read_log conflicts between attempted installs of MariaDB-server-10.0.29-1.el7.centos.x86_64 and MariaDB-Galera-server-10.0.29-1.el7.centos.x86_64
...and many more.

so I had to give up on that approach as well.

Any ideas? Thanks!
 
that´s the guide I followed. Anyway I got reply from Plesk support with solution to "conflicts between attempted installs of":

are caused by the fact that there is a conflict between MariaDB-* and MariaDB-Galera-* packages. I was able to resolved it by adding 'exclude=MariaDB-Galera*' line to the end of /etc/yum.repos.d/mariadb.repo file.
 
Back
Top