From 98638cd5e43611aac2193a5c2f80f72374040430 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 12 May 2023 15:13:54 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/install/installation.md | 2 +- doc/install/requirements.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/install') diff --git a/doc/install/installation.md b/doc/install/installation.md index a8e498674a6..28aa37f0d1b 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -291,7 +291,7 @@ sudo adduser --disabled-login --gecos 'GitLab' git ## 7. Database NOTE: -In GitLab 12.1 and later, only PostgreSQL is supported. In GitLab 14.0 and later, we [require PostgreSQL 12+](requirements.md#postgresql-requirements). +In GitLab 12.1 and later, only PostgreSQL is supported. In GitLab 16.0 and later, we [require PostgreSQL 13+](requirements.md#postgresql-requirements). 1. Install the database packages. diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 8d779ec978d..7fdbdfc2b24 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -89,7 +89,7 @@ the following table) as these were used for development and testing: | 13.0 | 11 | | 14.0 | 12.7 | | 15.0 | 12.10 | -| 16.0 (planned) | 13.6 | +| 16.0 | 13.6 | You must also ensure the following extensions are loaded into every GitLab database. [Read more about this requirement, and troubleshooting](postgresql_extensions.md). -- cgit v1.2.1