diff --git a/roles/koschei/backend/templates/cron-db-cleanup.j2 b/roles/koschei/backend/templates/cron-db-cleanup.j2 index 42d83b29d3..1696a5161e 100644 --- a/roles/koschei/backend/templates/cron-db-cleanup.j2 +++ b/roles/koschei/backend/templates/cron-db-cleanup.j2 @@ -1,4 +1,3 @@ SHELL=/bin/bash MAILTO=sysadmin-koschei-members@fedoraproject.org 0 3 * * * koschei koschei-admin cleanup --older-than 6 >/dev/null -*/5 * * * * koschei koschei-admin psql <<< 'VACUUM ANALYZE VERBOSE package' 2>&1 | tail -n2 | head -n1 | sed "s/^/`date`: /" >> /var/cache/koschei/vaccum.log