Commit ac9655a2 authored by Alex Ives's avatar Alex Ives

Merge branch 'bprescott/docs/20211210-patronicheckfix' into 'master'

Fix Patroni replication check

See merge request gitlab-org/gitlab!76561
parents 3dac2dc3 88e43843
...@@ -761,7 +761,7 @@ Run `gitlab-ctl patroni members` to query Patroni for a summary of the cluster s ...@@ -761,7 +761,7 @@ Run `gitlab-ctl patroni members` to query Patroni for a summary of the cluster s
To verify the status of replication: To verify the status of replication:
```shell ```shell
echo 'select * from pg_stat_wal_receiver\x\g\x \n select * from pg_stat_replication\x\g\x' | gitlab-psql echo -e 'select * from pg_stat_wal_receiver\x\g\x \n select * from pg_stat_replication\x\g\x' | gitlab-psql
``` ```
The same command can be run on all three database servers. It returns any information The same command can be run on all three database servers. It returns any information
......
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