• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Upgrading MariaDB on New AlmaLinux Server

Robin McDermott

Basic Pleskian
Server operating system version
AlmaLinux 9.5
Plesk version and microupdate number
Plesk Obsidian 18.0.65 Update #2
Hello, I am moving from:

Plesk Obsidian 18.0.64 Update #1 CentOS Linux 7.9.2009 (Core) running MariaDB 10.5.26

TO

Plesk Obsidian 18.0.65 Update #2AlmaLinux 9.5 (Teal Serval) running MariaDB 10.5.22

I am unable to move any of my wordpress sites because the MariaDB version on the OLD server is newer than the version on the NEW Server. My hosting provider, Aptum, is telling me that there is NOT an upgrade available for MariaDB for the new server or it would be upgraded.

Really? How could the old server have upgraded to a new version of MariaDB if it isn't available?

Is there some sort of workaround? I have tried manually dumping and moving the DBs - that doesn't work. What I really need is a way to update MariaDB on my new server and am happy to do a manual update if necessary.
 
Upgrade to MariaDB 10.6 on the new server. It is the longest supported MariaDB version.
 
OK thanks for that info, but how do I do that if an upgrade for MariaDB isn't available in the Plesk Interface on the new server?

2024-12-01_11-43-20.png
 
This should help you. However, I always upgraded via SSH. Add the desired MariaDB repository, yum update Maria DB*, then MYSQL_PWD="$(cat /etc/psa/.psa.shadow)" && mysql_upgrade -uadmin
 
Back
Top