diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-09 18:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-09 18:09:01 +0000 |
commit | e16c0f461fcacffa4e56cf44f9563261d6b5c080 (patch) | |
tree | b1895c8de25d0c7a573b4df59f879cd263f009b5 /doc/administration | |
parent | 1804227b4fb012858930b66419b026a5bf8b8f7d (diff) | |
download | gitlab-ce-e16c0f461fcacffa4e56cf44f9563261d6b5c080.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/gitaly/praefect.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/administration/gitaly/praefect.md b/doc/administration/gitaly/praefect.md index 650e797324a..2f80dd66548 100644 --- a/doc/administration/gitaly/praefect.md +++ b/doc/administration/gitaly/praefect.md @@ -209,7 +209,11 @@ praefect['database_dbname'] = 'praefect_production' Replace `POSTGRESQL_SERVER_ADDRESS`, `PRAEFECT_EXTERNAL_TOKEN`, `PRAEFECT_INTERNAL_TOKEN`, and `PRAEFECT_SQL_PASSWORD` with their respective values. -Save the file and [reconfigure Praefect](../restart_gitlab.md#omnibus-gitlab-reconfigure). +Save the file and reconfigure Praefect: + +```shell +sudo gitlab-ctl reconfigure +``` After you reconfigure, verify that Praefect can reach PostgreSQL: @@ -328,7 +332,11 @@ with their respective values. Note that the storage name used is the same as the `praefect['virtual_storage_name']` set on the Praefect node. -Save your changes and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure). +Save your changes and reconfigure GitLab: + +```shell +sudo gitlab-ctl reconfigure +``` Run `sudo gitlab-rake gitlab:gitaly:check` to confirm that GitLab can reach Praefect. |