amadeco / module-db-override
A module to enable experimental mariadb 11.0 support before offical support is available.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- magento/framework: *
README
Extend database version compatibility for Magento 2 with experimental support for MariaDB 11.0 and enhanced version detection.
Only useful for versions of Magento < 2.4.8
Installation
Composer Installation
Execute the following commands in your Magento root directory:
composer require amadeco/module-db-override bin/magento module:enable Amadeco_DbOverride bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Manual Installation
- Create directory
app/code/Amadeco/DbOverride
in your Magento installation - Clone or download this repository into that directory
- Enable the module and update the database:
bin/magento module:enable Amadeco_DbOverride bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Compatibility
- Magento 2.4.x
- PHP 8.1, 8.2, 8.3
🛠Supported Database Versions
- MySQL 8.0
- MySQL 5.7
- MariaDB 10.2 - 10.11
- MariaDB 11.0 - 11.4
Contributing
Contributions are welcome! Please read our Contributing Guidelines.
Support
For issues or feature requests, please create an issue on our GitHub repository.
License
This module is licensed under the Open Software License ("OSL") v3.0. See the LICENSE.txt file for details.