diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-24 12:09:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-24 12:09:24 +0000 |
commit | 17c1c66eefd05243dd8ed2c8fd49d17ab1a52522 (patch) | |
tree | a6f7c103902284c8245bc1991769916139f60aa9 /doc/install | |
parent | 3a4363e0098b1ff7689247e55da416848ac51050 (diff) | |
download | gitlab-ce-17c1c66eefd05243dd8ed2c8fd49d17ab1a52522.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/postgresql_extensions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/postgresql_extensions.md b/doc/install/postgresql_extensions.md index 2d6a9411f25..ea6de690426 100644 --- a/doc/install/postgresql_extensions.md +++ b/doc/install/postgresql_extensions.md @@ -24,14 +24,14 @@ extensions into all secondary tracking databases (defaults to `gitlabhq_geo_prod |--------------|------------------------| | `plpgsql` | 9.0 | -In order to install extensions, PostgreSQL requires the user to have superuser privileges. +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 prior to upgrading GitLab to a newer version. ## Installing PostgreSQL extensions manually -In order to install a PostgreSQL extension, this procedure should be followed: +To install a PostgreSQL extension, this procedure should be followed: 1. Connect to the GitLab PostgreSQL database using a superuser, for example: |