diff --git a/roles/koschei/templates/cron-db-cleanup.j2 b/roles/koschei/templates/cron-db-cleanup.j2 index 2c2c3ee25d..7bf98fe082 100644 --- a/roles/koschei/templates/cron-db-cleanup.j2 +++ b/roles/koschei/templates/cron-db-cleanup.j2 @@ -1,4 +1,5 @@ SHELL=/bin/bash +MAILTO=sysadmin-koschei-members@fedoraproject.org 0 3 * * * koschei koschei-admin cleanup --older-than 6 #0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;' */15 * * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package'