diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-04-04 14:10:49 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-04 14:10:49 +0000 |
commit | 7bf1881fd6ff6f9bb29199f39de8e4b822a7605e (patch) | |
tree | 5ec8e8af36b69ce5447595efb652607dd61ebcf2 /doc/install/requirements.md | |
parent | 382060b9270e5054e5c5c8e722e02deb77ae602f (diff) | |
download | gitlab-ce-7bf1881fd6ff6f9bb29199f39de8e4b822a7605e.tar.gz |
list recommended version of PostgreSQL
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r-- | doc/install/requirements.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 7b586138f42..35586091f74 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -129,6 +129,9 @@ If you want to run the database separately, expect a size of about 1 MB per user ### PostgreSQL Requirements +As of GitLab 9.0, PostgreSQL 9.6 is recommended. Lower versions of PostgreSQL +may work but primary testing and developement takes place using PostgreSQL 9.6. + Users using PostgreSQL must ensure the `pg_trgm` extension is loaded into every GitLab database. This extension can be enabled (using a PostgreSQL super user) by running the following query for every database: |