When trying to install Magento script, i get this error:
PHP Warning: Module “apcu” is already loaded in Unknown on line 0
PHP Warning: Module “zip” is already loaded in Unknown on line 0
Starting Magento installation:
File permissions check…
[Progress: 1 / 1319]
Required extensions check…
[Progress: 2 / 1319]
Enabling Maintenance Mode…
[Progress: 3 / 1319]
Installing deployment configuration…
[Progress: 4 / 1319]
Installing database schema:
Schema creation/updates:
In SqlVersionProvider.php line 93:
Current version of RDBMS is not supported. Used Version: 10.6.11-MariaDB-0u
buntu0.22.04.1. Supported versions: MySQL-8, MySQL-5.7, MariaDB-(10.2-10.4)
When this is done, you should remove previous partially installed Magento, and try installation over again. It works properly, if Elasticsearch is pre-installed.
However, the other problem may be is that MariaDB 10.6 in not set as supported in one of the .xml config files of Magento package. It was discussed here.
The work-around would be is to manually patch a needed file and re-run installation manually.
Although, as I reported to @Jamie yesterday, Magento 2.4.5 was released and hopefully fixes this annoying issue.