• 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!
  • 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 Plesk Onyx - How can I upgrade in Plesk 17 MariaDB/MySQL?

Alexander Liebrecht

Basic Pleskian
Hello Developers and Community,

I can unfortunately the forum tool CBACK from Germany not with MariaDB 5.5 operate. Therefore I wanted to upgrade to MariaDB 10.x.

MariaDB 10.x I have now installed by command line, but it can not upgrade to Plesk.

How can I get all MySQL databases on MariaDB 10?

This guide is not working at How to upgrade MySQL 5.5 to 5.6/5.7 on Linux .

Code:
01:19:14>xxxx>liebrecht-projekte>~MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin
Version check failed. Got the following error when calling the 'mysql' command line client
ERROR 1193 (HY000) at line 1: Unknown system variable 'WSREP_ON'
FATAL ERROR: Upgrade failed

If someone can help me, then I would like to thank you in advance.

P.S.

When calling Plesk in the browser also unfortunately this error.

Code:
ERROR: Plesk\Exception\Database: DB query failed: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/var/tmp/#sql_9c2_0.MAI' (Errcode: 2), query was: DESCRIBE `sessions`

Greetings, Alexander
 
Sorry that the important details are missing.

Currently, MariaDB 5.5 is active and I rely on Plesk Onyx 17.x. Centos 7.3 is also installed.

Unfortunately, I can not make a MySQL upgrade via console. MariaDB 10.2 I have already installed via SSH.

Thanks for your help.
 
Hi Alexander Liebrecht,

If this is you own Plesk (not shared hosting), you can install Docker extension and then install container with MariaDB 10.2. It is not necessary to add the database into Plesk, but you can connect your application to this database directly. In past, I experiment so with MySQL 8.0 and MSSQL for Linux and other unsupported databases. I hope this can help you.
 
Back
Top