Skip to content

Update Geo documentation to use PostgreSQL replication slots

Stan Hu requested to merge sh-geo-use-replication-slots into master

The default settings made it easy for the database to get out of sync when the secondary disconnected. Using replication slots ensures that this will not happen, although the primary could run out of space.

Requires https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1678 to work.

Closes #1844 (closed)

Merge request reports