From 91183bcc58dc90acc7d8d2a5eedec97448295856 Mon Sep 17 00:00:00 2001 From: Gerardo Gutierrez <ggutierrez@gitlab.com> Date: Fri, 17 Sep 2021 14:41:34 +0000 Subject: [PATCH] Clarify what PSQL min version to use --- doc/install/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 641b092e1e32..4ced5d014475 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -114,7 +114,7 @@ MySQL/MariaDB are advised to [migrate to PostgreSQL](../update/mysql_to_postgres The server running PostgreSQL should have _at least_ 5-10 GB of storage available, though the exact requirements [depend on the number of users](../administration/reference_architectures/index.md). -We highly recommend using the minimum PostgreSQL versions (as specified in +We highly recommend using at least the minimum PostgreSQL versions (as specified in the following table) as these were used for development and testing: | GitLab version | Minimum PostgreSQL version | -- GitLab