Commit 0b3d5394 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Apply 1 suggestion(s) to 1 file(s)

parent cb80f107
...@@ -492,7 +492,7 @@ SSH into the **primary node**: ...@@ -492,7 +492,7 @@ SSH into the **primary node**:
gitlab-psql -d gitlabhq_production gitlab-psql -d gitlabhq_production
``` ```
1. Enable the `pg_trgm` extension: 1. Make sure the `pg_trgm` extension is enabled (it might already be):
```shell ```shell
CREATE EXTENSION pg_trgm; CREATE EXTENSION pg_trgm;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment