• 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 Update failed (MariaDB issue?)

Dave22

New Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Plesk Obsidian v18.0.45_build1800220722.09 os_CentOS 7
Hello,

Second day i'm getting the error after plesk is trying to update.
Is something wrong with the MariaDB yum repositories? Thank you

Link to error code: Untitled - TextBin
Password:
pl22

Thank you very much
 
MariaDB 10.2 is end-of-life, so the mirrors of that version are cleared:


It would be best if you upgraded to a newer version like MariaDB 10.6 (LTS), using this instruction:

 
Last edited:
You can use either 10.5 or 10.6. The 10.6 version will last longer before you have to upgrade again.
 
Error message:

can be fixed by replacing baseurl line to

Code:
baseurl = https://archive.mariadb.org/mariadb-10.2.9/yum/centos7-amd64/

in /etc/yum.repos.d/MariaDB.repo file.
Thanks, but when i change it to 10.2.9 it will stay on 10.2 right? So i still have to upgrade to 10.5?
 
Thanks, but when i change it to 10.2.9 it will stay on 10.2 right? So i still have to upgrade to 10.5?
It's up to you. For example, my personal Plesk server works on MariaDB 10.2.9, and I do not hurry up to perform upgrades.
 
Is it also possible to just replace the baseurl line to the 10.5 version? Or is it better to do the upgrade with backups / remove / install?
 
Replacing the baseurl is not the recommended step:


It sounds like a significant upgrade (backup -> remove -> install), but it can be done in a few minutes. I suggest using the manual steps, not the upgrade script from the Plesk support article. That way, you have a better grasp of what's going on and more control over the upgrade process.

After the upgrade, run a # plesk repair db
 
Replacing the baseurl is not the recommended step:


It sounds like a significant upgrade (backup -> remove -> install), but it can be done in a few minutes. I suggest using the manual steps, not the upgrade script from the Plesk support article. That way, you have a better grasp of what's going on and more control over the upgrade process.

After the upgrade, run a # plesk repair db
Thanks Maarten, i'll try tomorrow.

Maybe its better to use your first link: https://support.plesk.com/hc/en-us/...-7-or-MariaDB-5-5-to-10-0-10-1-10-2-on-Linux-

Thank you for your help
 
Back
Top