
Magento 2 Error - Current version of RDBMS is not supported.
Fix
Edit file app/etc/di.xml
You can specify acceptable MariaDB versions here - currently 10.2-10.4
Example to allow MariaDB 10.11.13
<item name="MariaDB-(10.2-10.11.13)" xsi:type="string">^10\.([2-9]|10|11)\.</item>