diff options
Diffstat (limited to 'system/postgresql17/postgresql17.logrotate')
-rw-r--r-- | system/postgresql17/postgresql17.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/postgresql17/postgresql17.logrotate b/system/postgresql17/postgresql17.logrotate new file mode 100644 index 0000000000..489effe642 --- /dev/null +++ b/system/postgresql17/postgresql17.logrotate @@ -0,0 +1,9 @@ +/var/log/@PRGNAM@-@PG_VERSION@ { + daily + rotate 7 + copytruncate + delaycompress + compress + notifempty + missingok +} |