https://github.com/iparmentier/magento2-db-override
Experimental Magento 2 module extending database compatibility, adding early support for MariaDB 11.0 and multiple database versions.
https://github.com/iparmentier/magento2-db-override
database magento2 magento2-extension magento2-module mariadb mariadb-server
Last synced: about 1 month ago
JSON representation
Experimental Magento 2 module extending database compatibility, adding early support for MariaDB 11.0 and multiple database versions.
- Host: GitHub
- URL: https://github.com/iparmentier/magento2-db-override
- Owner: iparmentier
- License: osl-3.0
- Created: 2025-03-27T08:58:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T19:29:49.000Z (about 1 month ago)
- Last Synced: 2025-04-13T20:36:55.001Z (about 1 month ago)
- Topics: database, magento2, magento2-extension, magento2-module, mariadb, mariadb-server
- Language: PHP
- Homepage: https://www.amadeco.fr
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Amadeco DbOverride Module for Magento 2
[](https://github.com/Amadeco/magento2-db-override/releases)
[](https://magento.com)
[](https://www.php.net)
[](https://github.com/Amadeco/magento2-db-override/blob/main/LICENSE)[SPONSOR: Amadeco](https://www.amadeco.fr)
## Overview
Extend database version compatibility for Magento 2 with experimental support for MariaDB 11.0 and enhanced version detection.
## Installation
### Composer Installation
Execute the following commands in your Magento root directory:
```bash
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:```bash
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](CONTRIBUTING.md).
## 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](LICENSE.txt) file for details.