-
Notifications
You must be signed in to change notification settings - Fork 9.4k
What is DB compatibility for MariaDB #830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
MariaDB 10 |
Thanks! |
To clarify, with Magento 2 we have test environments for our CI process. In order for us to claim support for any component we must be able to repeatedly validate with every code push. We have not added MariaDB so we can't claim official support. Compatibility is a different story and we have heard success stories with MariaDB but since we aren't testing with every code delivery, we rely on the community for validation. Hopefully this helps differentiate supported versus compatible |
I see that we have installation mysql 5.6 before running tests, can we add same installation for mariadb and perform required tests with mariadb? |
I am not sure if it's a contribution or not. I installed Magento with Maria DB 10.
|
did it finish eventually? If it helps, I haven't run anything but MariaDB for a long time, and I didn't see any issues here after several Magento2 installs. |
I am re-running it right now, entire installation just to check if it goes further. |
There are different definitions of "support". There are people with an official support contract (Enterprise Edition). There is what we claim in our documentation. And then there is what works (but we don't promise and test). The core Magento team at this stage is focusing on MySQL - it is what we test against. We are not going to test against all the other "MySQL compatible" databases - there are too many. But it is a great area for the community to look into if they wish - we make our tests available for others to run. |
Great Alan. Can you please give little guidelines what magento is doing at step |
Managed to run with little debug and Using CLI. |
@matrixbegins , do you still need help with "user config" step? Did you figure out what caused the issue you had? |
I used console installer. Web installer didn't worked for me.
|
If you want to look into the code, here user config data is being installed - https://github.com/magento/magento2/blob/master/setup/module/Magento/Setup/src/Model/Installer.php#L594
This is the first action that uses models from the Magento application. Maybe there are some issues related to the configuration of the application (deployment configuration can't be read or something). |
I am Logging all errors in PHP-FPM pool's Error File. I am running into other issues. For that I suppose I must open a new ticket. |
MSI-829: No Reservations should be placed when cataloginventory/options/can_subtract set to 0.
HI Guys,
I am very excited about the Magento 2 launch. I am running MariaDB 5.5 which is not supported by Magento. What other version of MariaDB are supported by Magento? or is MariaDB even supported.
The text was updated successfully, but these errors were encountered: