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
This commit is contained in:
Ian Wienand 2020-11-10 09:23:23 +11:00
parent d3a53e8ec0
commit 1006f478c1
1 changed files with 1 additions and 0 deletions

View File

@ -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