| From: | Venkat Balaji <venkat(dot)balaji(at)verse(dot)in> |
|---|---|
| To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | : streaming replication on PG-9.1.1 |
| Date: | 2011-12-14 05:54:53 |
| Message-ID: | CAFrxt0gBepKZih3C4UcLmN-=voBfE7q6T3XXTkDamxAObit27w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello,
We have configured "streaming replication" (not synchronous) for our
production in PG-9.1.1.
Replication is working fine, we can see the transactions getting replicated
without any issues.
I see the below problem -
pg_stat_replication on master shows no rows all the time..
ps -Af | grep sender | grep -v grep -- has never shown sender process on
master
ps -Af | grep receiver | grep -v grep -- has never shown receiver process
on slave
Note : We do not have active transactions all the time on master.
Please help !
Thanks
VB
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Johnston | 2011-12-14 06:11:15 | Re: Postgresql connect into windows server |
| Previous Message | Yuriy Rusinov | 2011-12-14 05:40:59 | Re: Postgresql connect into windows server |