Hi, I'm updating the Magento Version from 2.4.0 to 2.4.3 and I'm struggling with setup:upgrade.
This is what I get.
Cache types config flushed successfully
Cache cleared successfully
File system cleanup:
/html/magento2/generated/code/Amasty
/html/magento2/generated/code/Composer
/html/magento2/generated/code/Dotdigitalgroup
/html/magento2/generated/code/Magento
/html/magento2/generated/code/Mageplaza
/html/magento2/generated/code/PayPal
/html/magento2/generated/code/Psr
/html/magento2/generated/code/Symfony
/html/magento2/generated/code/Vertex
Updating modules:
Cache cleared successfully
Schema creation/updates:
Current version of RDBMS is not supported. Used Version: 5.6.47-87.0. Supported versions: MySQL-8, MySQL-5.7, MariaDB-(10.2-10.5)
It differs from a similar error message that says that the MariaDB Version is the wrong one. In my case its just saying version 5.6.47 - 87.0.
I hope someone can quickly help!
Anybody can help here?
An alternative solution if you are in a bind.
Edit file app/etc/di.xml
You can specify acceptable MySQL versions here - currently 5.6.47
Example to allow MySQL 5.6
<item name="MariaDB-(5.6-87.0)" xsi:type="string">^5\.[6-8]\.</item>
This is temporary solution. So you should consider to update mysql version.
Use latest MySQL Version.