mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
Minimum postgresql version is now 9.2
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user