• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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