Skip to content

Add `max_replication_slots` to `gitlab.rb`

  • Due to a change in reprmgr running PostgreSQL in high availability mode requires the max_replication_slots variable to be set.
  • Defaults to the count of entries in the reprmgr list if the max_replication_slots Ansible variable is not set.
  • Add max_replication-slots to the Ansible README file.
  • Define behavior if geo to be configured and add variable to documentation

Resolves: gitlab-org/omnibus-gitlab#4576 (closed)

Related: team-tasks#438 (closed)

Signed-off-by: Robert Marshall rmarshall@gitlab.com

Closes gitlab-org/omnibus-gitlab#4576 (closed)

Edited by Robert Marshall

Merge request reports