BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e961f3da
Commit
e961f3da
authored
May 24, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minimum postgresql version is now 9.2
parent
8f2af757
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
32851-postgres-min-version.yml
changelogs/unreleased/32851-postgres-min-version.yml
+4
-0
database_mysql.md
doc/install/database_mysql.md
+1
-1
installation.md
doc/install/installation.md
+2
-1
No files found.
.gitlab-ci.yml
View file @
e961f3da
...
@@ -52,7 +52,7 @@ stages:
...
@@ -52,7 +52,7 @@ stages:
.use-pg
:
&use-pg
.use-pg
:
&use-pg
services
:
services
:
-
postgres:9.
1
-
postgres:9.
2
-
redis:alpine
-
redis:alpine
.use-mysql
:
&use-mysql
.use-mysql
:
&use-mysql
...
...
changelogs/unreleased/32851-postgres-min-version.yml
0 → 100644
View file @
e961f3da
---
title
:
Minimum postgresql version is now 9.2
merge_request
:
11677
author
:
doc/install/database_mysql.md
View file @
e961f3da
...
@@ -281,5 +281,5 @@ GitLab database to `longtext` columns, which can persist values of up to 4GB
...
@@ -281,5 +281,5 @@ GitLab database to `longtext` columns, which can persist values of up to 4GB
Details can be found in the
[
PostgreSQL
][
postgres-text-type
]
and
Details can be found in the
[
PostgreSQL
][
postgres-text-type
]
and
[
MySQL
][
mysql-text-types
]
manuals.
[
MySQL
][
mysql-text-types
]
manuals.
[
postgres-text-type
]:
http://www.postgresql.org/docs/9.
1
/static/datatype-character.html
[
postgres-text-type
]:
http://www.postgresql.org/docs/9.
2
/static/datatype-character.html
[
mysql-text-types
]:
http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html
[
mysql-text-types
]:
http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html
doc/install/installation.md
View file @
e961f3da
...
@@ -185,7 +185,8 @@ Create a `git` user for GitLab:
...
@@ -185,7 +185,8 @@ Create a `git` user for GitLab:
We recommend using a PostgreSQL database. For MySQL check the
We recommend using a PostgreSQL database. For MySQL check the
[
MySQL setup guide
](
database_mysql.md
)
.
[
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:
1.
Install the database packages:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment