The mariadb:11.4 service image — which is the default mysql build spec inherited from upstream Magento 2.4.9 — does not work properly in the release integration installation tests right now.
As a temporary workaround, Mage-OS 3.0.0 was configured to use mysql:8.4 instead in #377. This issue tracks investigating and fixing the underlying mariadb compatibility problem so the spec can be restored to mariadb:11.4 (matching upstream Magento 2.4.9).
Scope
- Reproduce the failure with
mariadb:11.4 against Mage-OS 3.0.0 / Magento 2.4.9 installation tests
- Identify the root cause (image change, auth plugin, charset/collation, healthcheck, init SQL, etc.)
- Restore
mariadb:11.4 in supported-version/src/versions/mage-os/{individual,composite}.json once resolved
Related
The
mariadb:11.4service image — which is the default mysql build spec inherited from upstream Magento 2.4.9 — does not work properly in the release integration installation tests right now.As a temporary workaround, Mage-OS 3.0.0 was configured to use
mysql:8.4instead in #377. This issue tracks investigating and fixing the underlying mariadb compatibility problem so the spec can be restored tomariadb:11.4(matching upstream Magento 2.4.9).Scope
mariadb:11.4against Mage-OS 3.0.0 / Magento 2.4.9 installation testsmariadb:11.4insupported-version/src/versions/mage-os/{individual,composite}.jsononce resolvedRelated