Commit dec11f02 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'wc-prom-listen-restart' into 'master'

Add note to restart Gitaly when configuring Praefect

See merge request gitlab-org/gitlab!27024
parents c2990421 cc19ac99
......@@ -423,6 +423,12 @@ documentation](index.md#3-gitaly-server-configuration).
gitlab-ctl reconfigure
```
1. To ensure that Gitaly [has updated its Prometheus listen address](https://gitlab.com/gitlab-org/gitaly/-/issues/2521), [restart Gitaly](../restart_gitlab.md#omnibus-gitlab-restart):
```shell
gitlab-ctl restart gitaly
```
**Complete these steps for each Gitaly node!**
After all Gitaly nodes are configured, you can run the Praefect connection
......
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