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:
authorNick Thomas <nick@gitlab.com>2017-05-24 13:06:24 +0300
committerNick Thomas <nick@gitlab.com>2017-05-26 15:18:57 +0300
commite961f3da300b2ca59277306f011c321251a76f2e (patch)
tree72c03990664aff1b194b952e8420f1ed2a8536ce /doc/install/installation.md
parent8f2af757d3a040dbd81e30e49cb2d575848961b8 (diff)
Minimum postgresql version is now 9.2
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 5bba405f159..cda70b78c61 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -185,7 +185,8 @@ Create a `git` user for GitLab:
We recommend using a PostgreSQL database. For MySQL check the
[MySQL setup guide](database_mysql.md).
-> **Note**: because we need to make use of extensions you need at least pgsql 9.1.
+> **Note**: because we need to make use of extensions and concurrent index removal,
+you need at least PostgreSQL 9.2.
1. Install the database packages: