Commit 9784571c authored by Evan Read's avatar Evan Read

Merge branch 'docs-praefect-fix-typo' into 'master'

Document Praefect failover_election_strategy as a string

See merge request gitlab-org/gitlab!60503
parents 98c644ad 8a38464c
......@@ -1068,7 +1068,7 @@ information can be used to automatically failover to a new primary node if the
current primary node is found to be unhealthy.
- **PostgreSQL (recommended):** Enabled by default, and equivalent to:
`praefect['failover_election_strategy'] = sql`. This configuration
`praefect['failover_election_strategy'] = 'sql'`. This configuration
option allows multiple Praefect nodes to coordinate via the
PostgreSQL database to elect a primary Gitaly node. This configuration
causes Praefect nodes to elect a new primary, monitor its health,
......
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