amadeco/module-db-override

A module to enable experimental mariadb 11.0 support before offical support is available.

v1.0.1 2025-03-27 09:04 UTC

This package is auto-updated.

Last update: 2025-04-18 15:51:50 UTC


README

Latest Stable Version Magento 2 PHP License

SPONSOR: Amadeco

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

  1. Create directory app/code/Amadeco/DbOverride in your Magento installation
  2. Clone or download this repository into that directory
  3. 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.