diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-10-14 10:49:12 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-10-14 10:49:12 +0000 |
commit | dbfc82dfbb37541a9a4232912534a32b17c9d39a (patch) | |
tree | cd3f64136bbded67bad9f46a0d2ef56045e061e4 /doc/install | |
parent | 93139aa84aaef72812dad70f38e2f60b206eecde (diff) | |
download | gitlab-ce-dbfc82dfbb37541a9a4232912534a32b17c9d39a.tar.gz |
update postgresql requirements
[skip ci]
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 17fe80fa93d..3d7becd18fc 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -121,8 +121,8 @@ Existing users using GitLab with MySQL/MariaDB are advised to ### PostgreSQL Requirements -As of GitLab 9.3, PostgreSQL 9.2 or newer is required, and earlier versions are -not supported. We highly recommend users to use at least PostgreSQL 9.6 as this +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. Users using PostgreSQL must ensure the `pg_trgm` extension is loaded into every |