• 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.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Question Version 18.0.52 and MariaDB 10.11

Gene Steinberg

Regular Pleskian
Server operating system version
AlmaLinux 8.7
Plesk version and microupdate number
18.0.52
So this version evidently supports what is regarded as the current stable version of MariaDB, 10.11.

Are there any downsides in updating WordPress and XenForo forums to the new database release?

What's the best way to install it on a system using AlmaLinux 8.7? I used your instructions to get from MariaDB 10.3 to 10.6. Same instructions with different version numbers? What?
 
I don't use XenForo but I haven't had any issues with WordPress. As long as you kept those apps up to date you really shouldn't have any issues. I do recommend that you make make sure you have backups and if you're running on a VPS to take a snapshot before doing the upgrade so you can roll back if anything happens. Just remember to follow all the steps including the command for updating the databases after starting back up the sql server service.
 
Our AlmaLinux 8.7 setup choked on the step to where the changed version number was called for.

Must I assume that 10.11 isn't available from the usual sources that support that OS?
 
If you were following the steps, step 6.1is for
Bash:
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.5
I just do
Bash:
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11
Instead, this will install the mariadb repo. It does take a bit but shouldn't take too too long. The whole upgrade process took me about 15 minutes all together.
 
This is why I said I said to follow the instructions for Plesk on CentOS 7 / RHEL 7 since, in reality, that's the most closest match for AlmaLinux (I use AlmaLinux 8.7 as well and those are the steps I followed)
I just followed this guide via the manual method for "Plesk on CentOS 7/RHEL 7":
If you followed what I suggested instead of following the CentOS 8 (which the steps is nowhere near the same nor correct) you wouldn't had the issue.
 
It wasn't clear that I should use that version for AlmaLinux 8.7.

Yes, it was easier and we're good I think. So far the various WP, XenForo and DadaMail databases seem to work OK with MariaDB 11.0.1.

Thank you.
 
Back
Top