Commit 992a7bab authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'wc-gitaly-listen-addr-bug' into 'master'

Docs: Note issue and workaround for Gitaly not updating listen address

See merge request gitlab-org/gitlab!26492
parents b400f2bf 81f61192
...@@ -1006,6 +1006,12 @@ unset http_proxy ...@@ -1006,6 +1006,12 @@ unset http_proxy
unset https_proxy unset https_proxy
``` ```
### Gitaly not listening on new address after reconfiguring
When updating the `gitaly['listen_addr']` or `gitaly['prometheus_listen_addr']` values, Gitaly may continue to listen on the old address after a `sudo gitlab-ctl reconfigure`.
When this occurs, performing a `sudo gitlab-ctl restart` will resolve the issue. This will no longer be necessary after [this issue](https://gitlab.com/gitlab-org/gitaly/issues/2521) is resolved.
### Praefect ### Praefect
Praefect is an experimental daemon that allows for replication of the Git data. Praefect is an experimental daemon that allows for replication of the Git data.
......
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