Bug #85428
closedRequired MySQL / MariaDB versions for TYPO3 v9
0%
Description
TYPO3 v9 on https://get.typo3.org/version/9#system-requirements has MariaDB 10.2 as minimal compatible version while allowing MySQL to be 5.0 to 5.7
TYPO3 v8 LTS on https://get.typo3.org/version/8#system-requirements has no specific MariaDB requirement and allows MySQL to be 5.0 to 5.7
TYPO3 v7 LTS on https://get.typo3.org/version/7#system-requirements has no specific MariaDB requirement and allows MySQL to be 5.5 to 5.7
In INSTALL.md
in all of those versions * MySQL 5.5 up to 5.7 or compatible
is stated.
In doctrine/dbal 2.7 there is a specific handling for MariaDB >= 10.2.7 and for MySQL >= 5.7 but nothing disallowing older versions.
1. Why is the required version on get.typo3.org for v8 and v9 lower than in INSTALL.md
? Where to fix this?
2. Why is there a specific requirement for MariaDB 10.2 as minimal compatible version for v9?
Updated by Stephan Großberndt over 6 years ago
Updated by Sybille Peters about 5 years ago
It seems the information has been removed from INSTALL.md. INSTALL.md now links to get.typo3.org
However, please keep in mind that the Installation & Upgrade Guide also contains System requirements:
- Installation Guide: https://docs.typo3.org/m/typo3/guide-installation/master/en-us/In-depth/SystemRequirements/Index.html
- http://get.typo3.org
INSTALL.md
Updated by Simon Gilli over 4 years ago
- Status changed from New to Closed
The information on get.typo3.org was updated during the last weeks and everything should be fine. So I'm going to close this ticket. If you find wrong or incomplete information feel free to file a ticket at https://github.com/TYPO3/get.typo3.org/issues or use the Slack channel #t3o-get-team.
For the documentation a new API command was created at get.typo3.org to be able to fetch the latest system requirements during the rendering.