summaryrefslogtreecommitdiffstats
path: root/debian/postgresql-common.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:48:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:48:40 +0000
commitae09e15ef846b4b5b7664f375d31a2e635585aa6 (patch)
tree229bb55c1647dfa88110e88139294c1131b8e5c6 /debian/postgresql-common.logrotate
parentAdding upstream version 200+deb10u5. (diff)
downloadpostgresql-common-debian.tar.xz
postgresql-common-debian.zip
Adding debian version 200+deb10u5.debian/200+deb10u5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postgresql-common.logrotate')
-rw-r--r--debian/postgresql-common.logrotate10
1 files changed, 10 insertions, 0 deletions
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
+}