Magento 2 ошибка - Current version of RDBMS is not supported

Magento 2 ошибка - Current version of RDBMS is not supported.

Решение

Редактировать файл app/etc/di.xml

Вы можете указать приемлемые версии MariaDB здесь - в настоящее время 10.2-10.4

Пример для разрешения MariaDB 10.11.13

<item name="MariaDB-(10.2-10.11.13)" xsi:type="string">^10\.([2-9]|10|11)\.</item>