diff options
author | Nick Thomas <nick@gitlab.com> | 2018-01-16 18:19:20 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-01-16 18:19:20 +0000 |
commit | 19b76cd4d8e069f19068df16b6cd0dba930cf7aa (patch) | |
tree | e9331794f003354695af2c6c809e37144b558914 /doc | |
parent | 66ae75600af3cdcaf67991b4ae0701d84de2f31a (diff) | |
parent | 58282e355a9047462cc102054657ee49c6fb0af7 (diff) | |
download | gitlab-ce-19b76cd4d8e069f19068df16b6cd0dba930cf7aa.tar.gz |
Merge branch '42047-pg-10-support' into 'master'
Resolve "postgresql 10 support for GitLab"
Closes #42047
See merge request gitlab-org/gitlab-ce!16471
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index baecf9455b0..272148033b5 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 (but less than 10) is required, and earlier versions are +As of GitLab 10.0, PostgreSQL 9.6 or newer 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. |