Skip to content
代码片段 群组 项目
提交 88e43843 编辑于 作者: Ben Prescott @bprescott_↙ ☺'s avatar Ben Prescott @bprescott_↙ ☺
浏览文件

Fix Patroni replication check

上级 cf2edc52
No related branches found
No related tags found
无相关合并请求
......@@ -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:
```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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册