From 8f8787b297418e356f80cab4017e4275b2402db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 17 Dec 2025 09:25:38 +0100 Subject: [PATCH 1/2] IBX-10494: Mark PostgreSQL 18 as supported --- docs/getting_started/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 50d41fe640..05a72e4b6c 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -100,7 +100,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E - MariaDB 10.11+ or 11.4 - MySQL 8.4 - - PostgreSQL 14 + - PostgreSQL 14, 18 If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release. For example, "1.18+" means any 1.x version equal to or higher than 1.18, but not 2.x. @@ -109,7 +109,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E - MariaDB 10.3-10.11+ or 11.4 - MySQL 8.0, 8.4 - - PostgreSQL 14 + - PostgreSQL 14, 18 If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release. For example, "1.18+" means any 1.x version equal to or higher than 1.18, but not 2.x. From 06b14c1948562bca6722cc2849080927b89ef3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 17 Dec 2025 11:11:09 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --- docs/getting_started/requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 05a72e4b6c..7beb7dcc19 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -100,7 +100,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E - MariaDB 10.11+ or 11.4 - MySQL 8.4 - - PostgreSQL 14, 18 + - PostgreSQL 14 or 18 If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release. For example, "1.18+" means any 1.x version equal to or higher than 1.18, but not 2.x. @@ -108,8 +108,8 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E === "[[= product_name =]] v4.6" - MariaDB 10.3-10.11+ or 11.4 - - MySQL 8.0, 8.4 - - PostgreSQL 14, 18 + - MySQL 8.0 or 8.4 + - PostgreSQL 14 or 18 If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release. For example, "1.18+" means any 1.x version equal to or higher than 1.18, but not 2.x.