Re-enable koschei vacuum

This commit is contained in:
Michael Simacek 2015-07-20 11:26:08 +00:00
parent e4bc1915f8
commit 09cd29c1a4

View file

@ -1,2 +1,2 @@
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 FULL ANALYZE package;'
0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin -c 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;'