10 lines
155 B
Text
10 lines
155 B
Text
/var/log/postgresql/*.log {
|
|
su postgres postgres
|
|
daily
|
|
rotate 10
|
|
copytruncate
|
|
nodelaycompress
|
|
compress
|
|
missingok
|
|
dateext
|
|
}
|