• 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.

Resolved MariaDB Upgrade 10.3 -> 10.6 not working

boosterfan

Basic Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
Obsidian 18.0.55
You need to install the sudo package:

 
Is this not normal part of Plesk? There is no info in the tutorial that it is needed to install it?

How to install it? Are there any other packages or so needed to follow the mariadb upgrade tutorial?
 
It's usually part of the default installation of a Linux OS, but apparently not on Debian. That's why it needs to be installed manually.

You'll find instructions on how to install it in the link Maarten provided. If you Google "install sudo debian" you'll find other tutorial/manuals too.
 
I see that I can install it with "apt-get install sudo -y"

Do I need to do anything else after it, edit users or something like this?
 
You need to install the sudo package:


Hi,

is there really need to install sudo?

Or will it work with:
"curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | bash -s -- --mariadb-server-version=10.11"
instead of
"curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11"

?
 
When you have escalated your privilegs to root with "su", you do not need to add "sudo" to further commands, because all are executed as root anyway.
 
Without sudo everything worked. The websites already show the new version of mariadb 10.6, but plesk shows still 10.3 ?
 
Did you run step 10 from the instructions?

10 Execute the following commands to update package version inside Plesk:
# plesk bin service_node --update local
# plesk sbin packagemng -sdf
 
Yes, I did both steps

After "# plesk bin service_node --update local" I got the message:

"The service node 'local' was successfully updated."

After "plesk sbin packagemng -sdf" there was no message.
 
Yes, this shows correct version 10.6.15.

Ah, I found it. In Plesk -> database server there is an "Update" button. After pressing it, it now shows correct version, too.
 
Back
Top