summaryrefslogtreecommitdiff
path: root/testing/postgresql/postgresql.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/postgresql/postgresql.logrotate')
-rw-r--r--testing/postgresql/postgresql.logrotate4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/postgresql/postgresql.logrotate b/testing/postgresql/postgresql.logrotate
new file mode 100644
index 000000000..9c36918be
--- /dev/null
+++ b/testing/postgresql/postgresql.logrotate
@@ -0,0 +1,4 @@
+/var/log/postgresql.log {
+ copytruncate
+ missingok
+}