mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Merge branch 'patch-23' into 'master'
Add instructions for enabling the `pg_trgm` during HA setup. See merge request !13057
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user