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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster