Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-09 21:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-09 21:09:01 +0300
commite16c0f461fcacffa4e56cf44f9563261d6b5c080 (patch)
treeb1895c8de25d0c7a573b4df59f879cd263f009b5 /doc/administration/gitaly
parent1804227b4fb012858930b66419b026a5bf8b8f7d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/gitaly')
-rw-r--r--doc/administration/gitaly/praefect.md12
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.