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
ba24fa87
Commit
ba24fa87
authored
Jul 25, 2017
by
Drew Blessing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-23' into 'master'
Add instructions for enabling the `pg_trgm` during HA setup. See merge request !13057
parents
2a572d26
6039fa61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
database.md
doc/administration/high_availability/database.md
+5
-2
No files found.
doc/administration/high_availability/database.md
View file @
ba24fa87
...
...
@@ -97,9 +97,12 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
Enter new password:
Enter it again:
```
1.
Enable the
`pg_trgm`
extension:
1.
Exit from editing
`template1`
prompt by typing
`\q`
and Enter.
1.
Enable the
`pg_trgm`
extension within the
`gitlabhq_production`
database:
```
gitlab-psql -d gitlabhq_production
CREATE EXTENSION pg_trgm;
# Output:
...
...
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