From: Tom Hughes Date: Thu, 7 Jan 2016 18:13:26 +0000 (+0000) Subject: Increase WAL log expiry X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d281b784e2dcd675ef945d20ff8ea318ee909b59 Increase WAL log expiry --- diff --git a/cookbooks/db/templates/default/cron.erb b/cookbooks/db/templates/default/cron.erb index 2ebeabb81..e17add1c1 100644 --- a/cookbooks/db/templates/default/cron.erb +++ b/cookbooks/db/templates/default/cron.erb @@ -1,4 +1,4 @@ #!/bin/sh # Cleanup archive directory -find -L /store/postgresql/archive -mtime +10 -print0 | xargs -0r rm +find -L /store/postgresql/archive -mtime +40 -print0 | xargs -0r rm