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

Question Upgrade MySql 5.7 to MySql 8

KZM

Basic Pleskian
Server operating system version
Ubuntu 18.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.65 Update #2
How can I upgrade MySQL 5.7.4.4 to MySQL 8x via Plesk UI?

If that's not possible, how to install MariaDB 10x in addition to MySQL 5.7.4.4 thus leaving this intact.
 
MariaDB is meant as a drop in replacement and trying to install it side by side requires being in the terminal anyways. The instructions for installing MariaDB alongside MySQL can be found at Installing MariaDB Alongside MySQL and once installed you just add it as another database server with the proper info.

If you just want to upgrade MySQL 5.7.x to MySQL 8x, you can refer to https://support.plesk.com/hc/en-us/...9-Which-MySQL-versions-are-supported-by-Plesk and MySQL :: MySQL 8.0 Reference Manual :: 3 Upgrading MySQL
 
MariaDB is meant as a drop in replacement and trying to install it side by side requires being in the terminal anyways. The instructions for installing MariaDB alongside MySQL can be found at Installing MariaDB Alongside MySQL and once installed you just add it as another database server with the proper info.

If you just want to upgrade MySQL 5.7.x to MySQL 8x, you can refer to https://support.plesk.com/hc/en-us/...9-Which-MySQL-versions-are-supported-by-Plesk and MySQL :: MySQL 8.0 Reference Manual :: 3 Upgrading MySQL
Thanks. Since I run Ubuntu do you have similar guidance on how to install Mariadb alongside MySQL?
 
With Linux, the common tools is universal. The location for where things gets installed to might be different depending on flavor when installing from a repository and installing packages from a repository might be different as well (e.g., Ubuntu and other Debian based flavors uses apt, RHEL uses either yum or dnf, etc.) but for the most part to get the job done manually is the same.
 
  • Like
Reactions: KZM
Also one thing I highly recommend that you do, which you should be do anyways, is making sure you have a good backup of your server and/or a snapshot before making any major changes. Since you're making changes to a SQL server, even if you're doing it side by side, you want to make sure you have a backup that you can roll back to in case anything happens.
 
  • Like
Reactions: KZM
With Linux, the common tools is universal. The location for where things gets installed to might be different depending on flavor when installing from a repository and installing packages from a repository might be different as well (e.g., Ubuntu and other Debian based flavors uses apt, RHEL uses either yum or dnf, etc.) but for the most part to get the job done manually is the same.
One more question: it can't be done in the Plesk UI?

Thanks. I appreciate your time.
 
Also one thing I highly recommend that you do, which you should be do anyways, is making sure you have a good backup of your server and/or a snapshot before making any major changes. Since you're making changes to a SQL server, even if you're doing it side by side, you want to make sure you have a backup that you can roll back to in case anything happens.
Definitely! The whole machine is backed up.
 
it can't be done in the Plesk UI?
For this no. Plesk is testing out the ability to upgrade MariaDB but it's only for MariaDB since it's generally more stable and better performance compared to MySQL. You can, however, install Postgess through the UI but anything out of the norm like what you're doing can only be done through the terminal.
 
  • Like
Reactions: KZM
Doing this via the terminal, this new db server will be manageable in Plesk though?
 
Once you add it via Tools & Settings > Database Servers, yes. You'll add it as a new database server using localhost but the new port that you assign to it. Then you can assign that database accordingly throughout plesk.
 
  • Like
Reactions: KZM
Back
Top