From db387193230642db9318b02b04bef545b77633e5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 17 Jul 2015 22:19:13 +0000 Subject: [PATCH] Disable periodical Koschei db vacuum for now --- roles/koschei/templates/cron-db-cleanup.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koschei/templates/cron-db-cleanup.j2 b/roles/koschei/templates/cron-db-cleanup.j2 index c3f54c2a6b..da3bf72c20 100644 --- a/roles/koschei/templates/cron-db-cleanup.j2 +++ b/roles/koschei/templates/cron-db-cleanup.j2 @@ -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 FULL ANALYZE package;'