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
17309ef6
Commit
17309ef6
authored
Mar 04, 2021
by
Justin Farmiloe
Committed by
Achilleas Pipinellis
Mar 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify shell command which configures PostgreSQL repo to match that used in PostgreSQL docs
parent
500aa483
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/install/installation.md
doc/install/installation.md
+2
-2
No files found.
doc/install/installation.md
View file @
17309ef6
...
...
@@ -287,9 +287,9 @@ In GitLab 12.1 and later, only PostgreSQL is supported. In GitLab 13.0 and later
```
shell
wget
--quiet
-O
- https://www.postgresql.org/media/keys/ACCC4CF8.asc |
sudo
apt-key add -
RELEASE
=
$(
lsb_release
-cs
)
echo
"deb http://apt.postgresql.org/pub/repos/apt/
${
RELEASE
}
"
-pgdg
main |
sudo tee
/etc/apt/sources.list.d/pgdg.list
sudo
sh
-c
'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo
apt update
sudo
apt
-y
install
postgresql-1
1 postgresql-client-11
libpq-dev
sudo
apt
-y
install
postgresql-1
2 postgresql-client-12
libpq-dev
```
1.
Verify the PostgreSQL version you have is supported by the version of GitLab you're
...
...
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