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
5d54a5cf
Commit
5d54a5cf
authored
Jul 02, 2021
by
Anton Smith
Committed by
Marcia Ramos
Jul 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo - Add required extensions for secondary tracking databases
parent
62d706c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/install/postgresql_extensions.md
doc/install/postgresql_extensions.md
+8
-1
No files found.
doc/install/postgresql_extensions.md
View file @
5d54a5cf
...
...
@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
This guide documents how to manage PostgreSQL extensions for installations with an external
PostgreSQL database.
The following extensions must be loaded into the GitLab database
:
You must load the following extensions into the main GitLab database (defaults to
`gitlabhq_production`
)
:
| Extension | Minimum GitLab version |
|--------------|------------------------|
...
...
@@ -17,6 +17,13 @@ The following extensions must be loaded into the GitLab database:
|
`btree_gist`
| 13.1 |
|
`plpgsql`
| 11.7 |
If you are using
[
GitLab Geo
](
https://about.gitlab.com/solutions/geo/
)
, you must load the following
extensions into all secondary tracking databases (defaults to
`gitlabhq_geo_production`
):
| Extension | Minimum GitLab version |
|--------------|------------------------|
|
`plpgsql`
| 9.0 |
In order to install extensions, PostgreSQL requires the user to have superuser privileges.
Typically, the GitLab database user is not a superuser. Therefore, regular database migrations
cannot be used in installing extensions and instead, extensions have to be installed manually
...
...
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