Koschei: try without vacuum cronjob

This commit is contained in:
Michael Simacek 2017-03-09 18:59:02 +01:00
parent 9d4129121b
commit 0b34b73067

View file

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