📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Actively Maintained v1.1.0

Db Override

reessolutions/db-override

Enables Magento 2 to connect to MariaDB versions 10.5-11.x for development. Allows usage of newer MariaDB versions that are not officially supported.

85,747
Downloads
Below average
20
GitHub Stars
Below average
3mo ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.0 on Magento 2.4.8-p3
Dec 27, 2025

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Db Override Magento compatibility status badge

README

Loaded from GitHub

ReesSolutions DBOverride

Override Module to allow MariaDB 10.5 to 11.x support for development. Now available via https://packagist.org/

Use this module at your own risk in production. Versions higher than MariaDB 10.4 have no official support.

Version Compatibility Matrix

| MariaDB Version | Support Status | | --------------- | --------------------------- | | 10.2 - 10.11 | ✅ Supported | | 11.x | ✅ Supported (Experimental) | | 11.4.8 | ✅ Tested |

Installation

  • Require the Module composer require reessolutions/db-override:*

Configuration

The module automatically supports the following database versions:

  • MySQL 5.7.x
  • MySQL 8.0.x
  • MariaDB 10.2-10.11
  • MariaDB 11.x (including 11.4.8)

Usage

After installation, the module will automatically allow Magento to connect to unsupported MariaDB versions. No additional configuration is required.

Troubleshooting

If you encounter issues with MariaDB 11.4.8:

  1. Ensure you're using the latest version of this module
  2. Clear Magento cache: bin/magento cache:flush
  3. Check Magento logs for specific error messages
  4. Verify your MariaDB installation is functioning correctly

Migration Notes

When upgrading from MariaDB 10.x to 11.x:

  • Backup your database before upgrading
  • Test in a development environment first
  • Review MariaDB 11.x release notes for breaking changes
  • Update your database configuration if needed

Support

This module is provided as-is for development purposes. For production environments, it's recommended to use officially supported database versions.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.