Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
30a6601c
Commit
30a6601c
authored
Jan 13, 2022
by
Katrin Leinweber
Committed by
Evan Read
Jan 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify config order of Praefects in one place
Co-authored-by:
Evan Read
<
eread@gitlab.com
>
parent
effe73e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/administration/gitaly/praefect.md
doc/administration/gitaly/praefect.md
+5
-4
No files found.
doc/administration/gitaly/praefect.md
View file @
30a6601c
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment