Commit ba453d1c authored by James Ramsay's avatar James Ramsay

Merge branch 'sh-praefect-replication-queue-docs' into 'master'

Document SQL-based Praefect replication queue

See merge request gitlab-org/gitlab!29859
parents 7626fad2 8a9c3127
......@@ -284,6 +284,12 @@ application server, or a Gitaly node.
}
```
1. Enable the replication queue:
```ruby
praefect['postgres_queue_enabled'] = true
```
1. Save the changes to `/etc/gitlab/gitlab.rb` and [reconfigure Praefect](../restart_gitlab.md#omnibus-gitlab-reconfigure):
```shell
......
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