From 8c1e5a20bca793ba61a3d7c7653f8ba734e8c1d1 Mon Sep 17 00:00:00 2001 From: GericFo <52211274+gericfo@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:00:08 +0100 Subject: [PATCH] MySQL and MariaBD minimum requirements Updating MySQL and MariaBD minimum requirements. --- basics/installation/system-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/installation/system-requirements.md b/basics/installation/system-requirements.md index dd7735d9e9..e10bf28499 100644 --- a/basics/installation/system-requirements.md +++ b/basics/installation/system-requirements.md @@ -13,7 +13,7 @@ PrestaShop needs the following server configuration in order to run: | ---------------- | ------------------ | **Web server** | Apache Web Server 2.4 or any later version. (Although compatible, Apache Web Server 2.2 is not recommended since it [reached its EOL in 2018](https://httpd.apache.org/)). | **PHP** | **We recommend PHP 8.1**. See the compatibility chart below for more details. (Although compatible, PHP 7.2.5 to 8.0 are not recommended since they reached their [end of support](https://www.php.net/supported-versions.php).) -| **SQL** | MySQL 5.6 minimum or MariaDB 10.0 minimum, **a recent version is recommended**. +| **SQL** | MySQL 5.7 minimum or MariaDB 10.2 minimum, **a recent version is recommended**. | **Server RAM** | **The more the merrier**. We recommend setting the memory allocation per script (`memory_limit`) to a minimum of `256M`. PrestaShop works best in Unix-based systems such as Linux and macOS, and while Windows might work, it is not actively supported.