Commit 30a6601c authored by Katrin Leinweber's avatar Katrin Leinweber Committed by Evan Read

Clarify config order of Praefects in one place

Co-authored-by: default avatarEvan Read <eread@gitlab.com>
parent effe73e5
...@@ -20,6 +20,9 @@ Configure Gitaly Cluster using either: ...@@ -20,6 +20,9 @@ Configure Gitaly Cluster using either:
Smaller GitLab installations may need only [Gitaly itself](index.md). Smaller GitLab installations may need only [Gitaly itself](index.md).
To upgrade a Gitaly Cluster, follow the documentation for
[zero downtime upgrades](../../update/zero_downtime.md#gitaly-cluster).
## Requirements ## Requirements
The minimum recommended configuration for a Gitaly Cluster requires: The minimum recommended configuration for a Gitaly Cluster requires:
...@@ -376,8 +379,8 @@ configuration option is set. For more details, consult the PgBouncer documentati ...@@ -376,8 +379,8 @@ configuration option is set. For more details, consult the PgBouncer documentati
If there are multiple Praefect nodes: If there are multiple Praefect nodes:
- Complete the following steps for **each** node. 1. Designate one node as the deploy node, and configure it using the following steps.
- Designate one node as the "deploy node", and configure it first. 1. Complete the following steps for each additional node.
To complete this section you need a [configured PostgreSQL server](#postgresql), including: To complete this section you need a [configured PostgreSQL server](#postgresql), including:
...@@ -556,8 +559,6 @@ On the **Praefect** node: ...@@ -556,8 +559,6 @@ On the **Praefect** node:
edit `/etc/gitlab/gitlab.rb`, remember to run `sudo gitlab-ctl reconfigure` edit `/etc/gitlab/gitlab.rb`, remember to run `sudo gitlab-ctl reconfigure`
again before trying the `sql-ping` command. again before trying the `sql-ping` command.
**The steps above must be completed for each Praefect node!**
#### Enabling TLS support #### Enabling TLS support
> [Introduced](https://gitlab.com/gitlab-org/gitaly/-/issues/1698) in GitLab 13.2. > [Introduced](https://gitlab.com/gitlab-org/gitaly/-/issues/1698) in GitLab 13.2.
......
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