: streaming replication on PG-9.1.1 - Mailing list pgsql-general

From Venkat Balaji
Subject : streaming replication on PG-9.1.1
Date
Msg-id CAFrxt0gBepKZih3C4UcLmN-=voBfE7q6T3XXTkDamxAObit27w@mail.gmail.com
Whole thread Raw
List 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



pgsql-general by date:

Previous
From: Yuriy Rusinov
Date:
Subject: Re: Postgresql connect into windows server
Next
From: David Johnston
Date:
Subject: Re: Postgresql connect into windows server