Search Postgresql Archives

Re: how to clear server log

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



this is the server log file, how many days server log files need to be keep as a mimumum ?
 
thanks

On Tue, Feb 23, 2010 at 1:49 PM, Amy Smith <vah123@xxxxxxxxx> wrote:
All
 
do you clean up the server file by removing them
use
 
find $logfile -mtime +$NUMBER_DAYS_TO_KEEP  -type f -print -exec rm -f {} \;
 
in postgres ?
 
How to remove the archive log files in postgres ? is the same way as remove backup files and server log files ?
 
 
thanks
Amy


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux