Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2017-10-31 05:03:35 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2017-10-31 05:03:35 +0300
commitf7e4e7f4d1c21cc241b24240414289be3bf62700 (patch)
treed3122e2838be37a9410e75d151b08789595cd9a3 /doc/install
parentbba020a56cbedd6403b637ec7f9eaee258eb7c67 (diff)
document that PostgreSQL 10.0 is not supported
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 3d7becd18fc..7d9bbca4168 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -121,7 +121,7 @@ Existing users using GitLab with MySQL/MariaDB are advised to
### PostgreSQL Requirements
-As of GitLab 10.0, PostgreSQL 9.6 or newer is required, and earlier versions are
+As of GitLab 10.0, PostgreSQL 9.6 or newer (but less than 10) is required, and earlier versions are
not supported. We highly recommend users to use PostgreSQL 9.6 as this
is the PostgreSQL version used for development and testing.