Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 61e007d22b - Show all commits

View file

@ -1,7 +1,11 @@
/var/log/postgresql/*.log {
daily
missingok
rotate 10
create 640 postgres adm
copytruncate
nodelaycompress
compress
notifempty
missingok
su root root
}

View file

@ -2,5 +2,5 @@
- name: logrotate configuration
copy:
src: logrotate_postgresql
dest: /etc/logrotate.d/postgresql
dest: /etc/logrotate.d/postgresql-common
force: no