• 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 Onyx 17.0 - Magento 2 - Mysql requirement - MariaDb 5.5

Woozy

New Pleskian
Hi everybody,
I have a server freshly installed with Plesk Onyx17 on a CentOS7.
I would like install Magento 2 via "application button" ...
But it's not possible :(
Why ? because i have this message : The application requires the mysql database server version 5.6 or later.

My Config :
- Centos 7
- 5.5.52-MariaDB - MariaDB Server
- PHP : 5.6.27

My question is: why to propose magento 2 if it is not compatible ? :(

Plesk is very cool , Magento is the best CMS e-commerce ...
 
Hi everybody,
I have a server freshly installed with Plesk Onyx17 on a CentOS7.
I would like install Magento 2 via "application button" ...
But it's not possible :(
Why ? because i have this message : The application requires the mysql database server version 5.6 or later.

My Config :
- Centos 7
- 5.5.52-MariaDB - MariaDB Server
- PHP : 5.6.27

My question is: why to propose magento 2 if it is not compatible ? :(

Plesk is very cool , Magento is the best CMS e-commerce ...
If you have fresh install, my suggestion will be to reinstall it again, but with mariadb 10. To do that, follow the steps below:

1. Install clean Centos 7.1 (Core)
2. yum update
3. add Mariadb 10 repo to the repo list


$vim /etc/yum.repos.d/MariaDB10.repo

# MariaDB 10.0 CentOS repository list - created 2015-10-12 20:25 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.0/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1


$sudo rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB

After this above proceed with Onyx install. It will be installed with mariadb 10 and you will not have any problem installing Magento 2
 
Ho, I use OVH hosting, Plesk + Centos7 is a package.
Now my old oscommerce website is install in this server...

i dont know why Plesk dont have a button just for upgrade MariaDB 5 to mariadb10, or maybe a tutorial
 
Ho, I use OVH hosting, Plesk + Centos7 is a package.
Now my old oscommerce website is install in this server...

i dont know why Plesk dont have a button just for upgrade MariaDB 5 to mariadb10, or maybe a tutorial

I use their service too, instead installing the plesk image, you should install first centos, add mariadb 10 repo and then install plesk.

There is no direct update button, because mariadb 5 is part from centos 7 and the update is not a trivial task.
If you can't follow the steps above, drop me a pm we will see what we can do
 
Back
Top