Skip to content

Instantly share code, notes, and snippets.

@sebastianwebber
Created March 1, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianwebber/20490f17a18f861f243d to your computer and use it in GitHub Desktop.
Save sebastianwebber/20490f17a18f861f243d to your computer and use it in GitHub Desktop.
PostgreSQL LogRotate configuration file
/var/log/pgsql/pgsql.log {
missingok
rotate 7
nomail
sharedscripts
daily
dateext
create 0660 root root
postrotate
/etc/init.d/rsyslog reload
/etc/init.d/postgresql-9.2 reload
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment