Skip to content

Commit d5b2c5e

Browse files
author
Douwe Maan
committed
Merge branch '32851-postgres-min-version' into 'master'
Drop support for postgresql 9.1 in GitLab 9.3 Closes #32851 See merge request !11677
2 parents bdc91df + e961f3d commit d5b2c5e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ stages:
5252

5353
.use-pg: &use-pg
5454
services:
55-
- postgres:9.1
55+
- postgres:9.2
5656
- redis:alpine
5757

5858
.use-mysql: &use-mysql
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Minimum postgresql version is now 9.2
3+
merge_request: 11677
4+
author:

doc/install/database_mysql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,5 @@ GitLab database to `longtext` columns, which can persist values of up to 4GB
281281
Details can be found in the [PostgreSQL][postgres-text-type] and
282282
[MySQL][mysql-text-types] manuals.
283283

284-
[postgres-text-type]: http://www.postgresql.org/docs/9.1/static/datatype-character.html
284+
[postgres-text-type]: http://www.postgresql.org/docs/9.2/static/datatype-character.html
285285
[mysql-text-types]: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html

doc/install/installation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ Create a `git` user for GitLab:
185185
We recommend using a PostgreSQL database. For MySQL check the
186186
[MySQL setup guide](database_mysql.md).
187187

188-
> **Note**: because we need to make use of extensions you need at least pgsql 9.1.
188+
> **Note**: because we need to make use of extensions and concurrent index removal,
189+
you need at least PostgreSQL 9.2.
189190

190191
1. Install the database packages:
191192

0 commit comments

Comments
 (0)