Re: postmaster and logrotate - Mailing list pgsql-general

From Claudio Succa
Subject Re: postmaster and logrotate
Date
Msg-id 1072119245.722.6.camel@master.to1.pertel.it
Whole thread Raw
In response to postmaster and logrotate  (Dima Tkach <dmitry@openratings.com>)
List pgsql-general
Il lun, 2003-12-22 alle 19:40, Dima Tkach ha scritto:
> Hi, everybody!
>
> I was wonderring if there is a way to make logrotate work with postgres
> logs?
> More precisely, the question is - is there any way to tell a running
> postmaster process to reopen its log file?
> I tried kill -HUP ... but that doesn't seem to do anything...
>
> Is there just no way to do what I want?
>
> Thanks!
>
> Dima

In /etc/logrotate.d create a file named i.e. postgres with more or less
the following contents:

/var/log/postgres.log {
        weekly
        missingok
        rotate 4
        copytruncate
        compress
        delaycompress
        notifempty
}

Pls notate the 'copytruncate' option which enables the routing of the
output of syslogd to a new file.

Claudio

--
Claudio Succa
PERTEL - Torino - Italy
+39-011-437.4141
http://www.pertel.it
http://www.uniassist.it



pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: postmaster and logrotate
Next
From: mydba@usa.com (Michael Gill)
Date:
Subject: How to hide database structure