Re: Connections on cluster not being logged

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Sandy Becker <sjb6925(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Connections on cluster not being logged
Date: 2018-07-23 19:58:17
Message-ID: 06eeef2e-48ba-c4d0-efd7-f71a656d6764@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/23/2018 12:50 PM, Sandy Becker wrote:
Please reply to list also.
Ccing list.

> Two servers set up in a hardware cluster for automatic failover.  That's
> all I know about it.

Alright, so which server's logs are you looking at?

Long term it would be a good thing to know how the cluster/failover is
setup, as that is something folks on this list are going to ask when
attempting to answer a question. Just trying to get ahead of the
inevitable:)

>
> On Mon, Jul 23, 2018 at 1:04 PM, Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
>
> On 07/23/2018 08:14 AM, Sandy Becker wrote:
>
> I have postgresql 9.4 on a cluster, hardware based.  I need to
> be able to see which users are connecting to which database and
> when to be in compliance with our security policies.
>
> I have set the following in the postgresql.conf and did a pg_ctl
> reload:
>
>       log_connections = on
>       log_line_prefix = '%t [%p]:[%u]:[%h]-[%d] [%1-1]'
>
> Unfortunately, it doesn't seem to be logging the connections.
> This is what I have used on our non-clustered instances and it's
> working as expected.  Have I missed something relating to
> logging on a cluster?  The second node is strictly for
> automatice failover, so nothing is actually running there at the
> moment.
>
>
> Can you define what you mean by a cluster?
>
>
>
>
> Thank you in advance for any suggestions.
>
> Sandy
>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dimitri Maziuk 2018-07-23 20:23:04 logical replication snapshots
Previous Message Adrian Klaver 2018-07-23 19:04:22 Re: Connections on cluster not being logged