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
00eeabe3
Commit
00eeabe3
authored
Oct 29, 2021
by
Priyan Sureshbabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing minor typos
parent
d257c85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/geo/setup/database.md
doc/administration/geo/setup/database.md
+3
-3
No files found.
doc/administration/geo/setup/database.md
View file @
00eeabe3
...
...
@@ -688,8 +688,8 @@ could do it with [HAProxy](https://www.haproxy.org/).
The following IPs and names are used as an example:
-
`10.6.0.21`
: Patroni 1 (
`patroni1.internal`
)
-
`10.6.0.2
1
`
: Patroni 2 (
`patroni2.internal`
)
-
`10.6.0.2
2
`
: Patroni 3 (
`patroni3.internal`
)
-
`10.6.0.2
2
`
: Patroni 2 (
`patroni2.internal`
)
-
`10.6.0.2
3
`
: Patroni 3 (
`patroni3.internal`
)
```
plaintext
global
...
...
@@ -714,7 +714,7 @@ backend postgresql
server patroni1.internal 10.6.0.21:5432 maxconn 100 check port 8008
server patroni2.internal 10.6.0.22:5432 maxconn 100 check port 8008
server patroni3.internal 10.6.0.23
.195
:5432 maxconn 100 check port 8008
server patroni3.internal 10.6.0.23:5432 maxconn 100 check port 8008
```
Refer to your preferred Load Balancer's documentation for further guidance.
...
...
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