Commit a5f223a7 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'changzhengliu-master-patch-85267' into 'master'

Correct load balancer typo in database load balancing doc

See merge request gitlab-org/gitlab!60156
parents 53d3c0d3 b4320ef6
......@@ -39,7 +39,7 @@ at least 1 secondary in [hot standby](https://www.postgresql.org/docs/11/hot-sta
Load balancing also requires that the configured hosts **always** point to the
primary, even after a database failover. Furthermore, the additional hosts to
balance load among must **always** point to secondary databases. This means that
you should put a load balance in front of every database, and have GitLab connect
you should put a load balancer in front of every database, and have GitLab connect
to those load balancers.
For example, say you have a primary (`db1.gitlab.com`) and two secondaries,
......
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