Commit a5771230 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '65700-document-max-replication-slots-pg-ha' into 'master'

Add max_replication_slots to PG HA documentation

Closes #65700

See merge request gitlab-org/gitlab-ce!31534
parents 6fef117f f253097e
---
title: Add max_replication_slots to PG HA documentation
merge_request: 31534
author:
type: other
......@@ -327,6 +327,7 @@ When installing the GitLab package, do not supply `EXTERNAL_URL` value.
postgresql['sql_user_password'] = 'POSTGRESQL_PASSWORD_HASH'
# Replace X with value of number of db nodes + 1
postgresql['max_wal_senders'] = X
postgresql['max_replication_slots'] = X
# Replace XXX.XXX.XXX.XXX/YY with Network Address
postgresql['trust_auth_cidr_addresses'] = %w(XXX.XXX.XXX.XXX/YY)
......
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