summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-11-01 16:31:19 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-11-01 16:31:19 +0000
commit50f3250cf1f07b55f5120ab2ead5f661e350a128 (patch)
tree0ab8de8229fcb12b45d0464fb45e9a7d0819c3d8
parent0b8b631ad9e914918e51bdb08ad56cd85c333847 (diff)
parentf7e4e7f4d1c21cc241b24240414289be3bf62700 (diff)
downloadgitlab-ce-50f3250cf1f07b55f5120ab2ead5f661e350a128.tar.gz
Merge branch 'patch-19-docs' into 'master'
document that PostgreSQL 10.0 is not supported See merge request gitlab-org/gitlab-ce!15095
-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.