• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 Can't upgrade MariaDB

Pentarou

Basic Pleskian
Hello,

I can't upgrade MarioDB to 10.2, I followed the instructions on this page carfully.

Current version
Code:
mariadb-server-5.5.56-2.el7.x86_64
mariadb-5.5.56-2.el7.x86_64
sw-mariadb-client-1.0.0-centos7.17031417.x86_64
mariadb-libs-5.5.56-2.el7.x86_64
vi /etc/yum.repos.d/MariaDB.repo
Code:
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.2/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
yum install mariadb (step 6)
Code:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
Package 1:mariadb-5.5.56-2.el7.x86_64 already installed and latest version
Nothing to do
sudo yum install MariaDB-server MariaDB-client (according to MarioDB, tried different repositories as well)
Code:
sudo yum install MariaDB-server MariaDB-client
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
No package MariaDB-server available.
  * Maybe you meant: mariadb-server
No package MariaDB-client available.
Error: Nothing to do

I've double and tripple-checked everything. What's going on and how do I fix this?
 
Hi,
have you wrote this :
a ) yum install MariaDB
or this :
b ) yum install mariadb

The first command (a) is that correct
 
Hello OverWolf, and thank you kindly for your reply.

Like I said, I followed the instructions very carefully.
I have also tried your command a to be sure, you can view the results below.
Code:
yum install MariaDB
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
No package MariaDB available.
  * Maybe you meant: mariadb
Error: Nothing to do

I have double-checked if the repo file is there
Code:
-bash-4.2$ cd /etc/yum.repos.d/
-bash-4.2$ dir
CentOS-Base.repo       CentOS-Media.repo    plesk-ext-docker.repo
CentOS-CR.repo         CentOS-Sources.repo  plesk-migrator.repo
CentOS-Debuginfo.repo  CentOS-Vault.repo    plesk.repo
CentOS-fasttrack.repo  MariaDB.repo
 
Hi @Pentarou What's your Plesk setup? It's not shown on your forum signature or in this thread.
We ask because of THIS which has been mentioned before in the forum.
Following this thread now, in case you get it to run successfully with your own mods ;)
 
Hello Aleksandr Dunaev, learing_curve, and thank you kindly for your reply.

Your solution to the problem with the cache solved the problem. Regarding my Plesk configuration, I will add the details in my signature for future messages.
 
....Your solution to the problem with the cache solved the problem. Regarding my Plesk configuration, I will add the details in my signature for future messages
Does the first sentence here mean that you HAVE installed MarioDB v 10.2 within your Plesk setup and it now runs sucessfully? :) Or something different?
 
Back
Top