From 1006f478c14ab4c66c365dc0a1188f7799584630 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 10 Nov 2020 09:23:23 +1100 Subject: [PATCH] etherpad: reduce backup rotations The database dumps are ~3gb each, so are starting to fill up the disk. Reduce on-disk rotations to 2 and rely on remote backups more. Change-Id: Ie8fc8fd7c4c36ca37e6813104f4c711ea55186ab --- playbooks/roles/etherpad/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/etherpad/tasks/main.yaml b/playbooks/roles/etherpad/tasks/main.yaml index c8f270f11c..4d5967aee3 100644 --- a/playbooks/roles/etherpad/tasks/main.yaml +++ b/playbooks/roles/etherpad/tasks/main.yaml @@ -139,5 +139,6 @@ include_role: name: logrotate vars: + logrotate_rotate: 2 logrotate_file_name: /var/backups/etherpad-mariadb/etherpad-mariadb.sql.gz logrotate_compress: false