Re: Postgres server output log

From: "Rajesh Kumar Mallah(dot)" <mallah(at)trade-india(dot)com>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
Cc: Mintoo Lall <tlqmail(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres server output log
Date: 2003-01-30 14:12:51
Message-ID: 200301301942.51018.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hmm.. thank you for pointing out!.

i have marked a Cc to Gaetano Mendola [ the original sinner ;-) ]

regds
mallah.

On Thursday 30 January 2003 06:10 pm, Oliver Elphick wrote:
> On Thu, 2003-01-30 at 05:22, Rajesh Kumar Mallah. wrote:
> > This is someones' elses' posting that i have preserved
> > shud be useful.
>
> ...
>
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
> >
> > Well,
> > the most correct way to do a logrotate is ( Redhat ):
>
> ...
>
> > 2) Put on the directory /etc/logrotate.d a file called
> > 'postgres' with the following lines:
> >
> > /var/log/postgresql.log {
> > compress
> > rotate 2
> > size=10000k
> > errors mendola(at)bigfoot(dot)com
> > create 0664 postgres postgres
> > daily
> > postrotate
> > /usr/bin/killall -HUP syslogd
> > endscript
> > }
>
> ...
>

> This won't work as it stands with PostgreSQL, because the hangup signal
> does not make the postmaster reopen the log file. Instead of that
> postrotate section, you need to use logrotate's copytruncate option,
> which will copy the logfile to another file before zeroing the logfile.
>
> Depending on what is being logged, you may want to change the
> permissions to 660; there may be stuff in the logs that you don't want
> to reveal to the world. (With copytruncate, I think the create option
> applies to the copy files rather than to the original logfile.)

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)26152172 (221) (L) 9811255597 (M)
Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2003-01-30 16:02:25 Re: FSM settings -- how to tell if they are working?
Previous Message Oliver Elphick 2003-01-30 12:40:10 Re: Postgres server output log