Fix koschei cronjob

This commit is contained in:
Michael Simacek 2015-07-25 08:09:35 +00:00
parent f20b88192e
commit 3cb3c43eec

View file

@ -1,2 +1,3 @@
SHELL=/bin/bash
0 3 * * * koschei koschei-admin cleanup --older-than 6
0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin -c 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;'
0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;'