Re: Log File Maintainance

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Inpreet Singh <Singh(dot)Inpreet(at)netsity(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Log File Maintainance
Date: 2005-04-12 13:51:56
Message-ID: 1113313916.20921.113.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


A followup, there was a type in my last post, shoulda been:

su - postgres -c 'pg_ctl start | /usr/sbin/rotatelogs $PGDATA/logs/pgsql
86400 2>&1 &'

Note that change in the 2>&1...

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2005-04-12 13:58:53 Re: Problem in order by
Previous Message Scott Marlowe 2005-04-12 13:50:27 Re: Log File Maintainance