Bug #93261
closedWrong detection of MariaDB/MySQL version on Debian 9
0%
Description
After having issues with a DB compare in a 10.4 instance with #93150 and the hint from Christian Kuhn, ich checked the environment status of the system:
The dropdown in the header reports this database version:
MySQL 5.5.5-10.1.47-MariaDB-0+deb9u1
This is unsupported as stated by https://get.typo3.org/version/10#system-requirements - MariaDB needs to be at version 10.2 or 10.3
The environment status however reports, that this version is fine
MySQL version is fine
The version is extracted like this
preg_match('/MySQL ((\d+\.)*(\d+\.)*\d+)/', $connection->getServerVersion(), $match);
So since Debian 9 says the version is MySQL 5.5, there is no error shown.
Updated by Andreas Kießling almost 4 years ago
- Related to Bug #93150: Update / change in Analyze Database Structure added
Updated by Stefan Bürk about 2 years ago
- Related to Bug #98518: Wrong version detection of database added
Updated by Stefan Bürk 6 months ago
This have been addressed in newer TYPO3 versions already,
and as TYPO3 v10 is out of community support anyway, there
will be no fix for that old version.
I hope it is okay to close this issue now, but ask for reoping
if there are more information on that.
Updated by Stefan Bürk 6 months ago
- Status changed from New to Closed
- Assignee set to Stefan Bürk