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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ad5b9255
Commit
ad5b9255
authored
Sep 18, 2020
by
Emily Chang
Committed by
Evan Read
Sep 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated 6. Database to verify psql version first.
parent
94ca7fd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/install/installation.md
doc/install/installation.md
+8
-1
No files found.
doc/install/installation.md
View file @
ad5b9255
...
...
@@ -311,13 +311,20 @@ sudo adduser --disabled-login --gecos 'GitLab' git
## 6. Database
NOTE:
**Note:**
Starting from GitLab 12.1, only PostgreSQL is supported. Since GitLab 13.0, we
require PostgreSQL 11+
.
Starting from GitLab 12.1, only PostgreSQL is supported. Since GitLab 13.0, we
[
require PostgreSQL 11+
](
requirements.md#postgresql-requirements
)
.
1.
Install the database packages:
```
shell
sudo
apt-get
install
-y
postgresql postgresql-client libpq-dev postgresql-contrib
```
1.
Verify the PostgreSQL version you have is supported by the version of GitLab you're
installing:
```
shell
psql
--version
```
1.
Start the PostgreSQL service and confirm that the service is running:
...
...
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