Commit 581ea089 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-add-extension-plpgsql' into 'master'

Docs update - Add extension plpgsql is required

See merge request gitlab-org/gitlab!57013
parents e8906a60 3d3f1907
......@@ -15,6 +15,7 @@ The following extensions must be loaded into the GitLab database:
|--------------|------------------------|
| `pg_trgm` | 8.6 |
| `btree_gist` | 13.1 |
| `plpgsql` | 11.7 |
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
......
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