From 6bc37ea398725e9c4c18c773e502e88fae88b0c1 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 29 Feb 2024 10:40:56 +1300 Subject: [PATCH] DOC Document LTS support for databases --- en/00_Getting_Started/00_Server_Requirements.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/00_Getting_Started/00_Server_Requirements.md b/en/00_Getting_Started/00_Server_Requirements.md index 9d32444e6..e44600077 100644 --- a/en/00_Getting_Started/00_Server_Requirements.md +++ b/en/00_Getting_Started/00_Server_Requirements.md @@ -26,6 +26,8 @@ You also need to install [Composer 2](https://getcomposer.org/). ## Database +We officially support and regression test against the LTS releases of MySQL and MariaDB, though we may choose to support additional versions on a case-by-case basis. + - MySQL >=5.6 (built-in, [commercially supported](/project_governance/supported_modules/)) - PostgreSQL ([third party module](https://github.com/silverstripe/silverstripe-postgresql), community supported)