Commit 8a9c3127 authored by Stan Hu's avatar Stan Hu

Document SQL-based Praefect replication queue

This new configuration parameter needs to be used until we make it the
default mode. That is gated on running migrations by default:
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4033
parent 45b8f11d
......@@ -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