From e9575e47e8c4b696a945cfca6c4da53b53939e32 Mon Sep 17 00:00:00 2001 From: mixxtor <113852548+mixxtor@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:14:55 +0700 Subject: [PATCH] docs: Fix required PostgreSQL version for GitLab 18.0.0 (was 18.0.2) Updated the documentation to correctly reflect that GitLab 18.0.0 requires PostgreSQL 16.x, not 18.0.2 as previously stated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fed21b8..47e8f90c 100644 --- a/README.md +++ b/README.md @@ -2732,7 +2732,7 @@ Usage when using `docker-compose` can also be found there. > - As of version 13.7.0, the required PostgreSQL version is 12.x. > - As of version 16.0.0, the required PostgreSQL version is 13.x. > - As of version 17.0.0, the required PostgreSQL version is 14.x. -> - As of version 18.0.2, the required PostgreSQL version is 16.x. +> - As of version 18.0.0, the required PostgreSQL version is 16.x. > > If you're using PostgreSQL image other than the above, please review section [Upgrading PostgreSQL](#upgrading-postgresql).