Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
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
Changes
4
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
changelogs/unreleased/32851-postgres-min-version.yml
changelogs/unreleased/32851-postgres-min-version.yml
+4
-0
doc/install/database_mysql.md
doc/install/database_mysql.md
+1
-1
doc/install/installation.md
doc/install/installation.md
+2
-1
No files found.
.gitlab-ci.yml
View file @
e961f3da
...
...
@@ -52,7 +52,7 @@ stages:
.use-pg
:
&use-pg
services
:
-
postgres:9.
1
-
postgres:9.
2
-
redis:alpine
.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
Details can be found in the [PostgreSQL][postgres-text-type] and
[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
doc/install/installation.md
View file @
e961f3da
...
...
@@ -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:
...
...
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