From 670c19c1ec189d5831be4a4c09099036da4635ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:02:19 +0200 Subject: Adding debian version 248. Signed-off-by: Daniel Baumann --- debian/postgresql-common.logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/postgresql-common.logrotate (limited to 'debian/postgresql-common.logrotate') diff --git a/debian/postgresql-common.logrotate b/debian/postgresql-common.logrotate new file mode 100644 index 0000000..0cbf10a --- /dev/null +++ b/debian/postgresql-common.logrotate @@ -0,0 +1,10 @@ +/var/log/postgresql/*.log { + weekly + rotate 10 + copytruncate + delaycompress + compress + notifempty + missingok + su root root +} -- cgit v1.2.3