X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d281b784e2dcd675ef945d20ff8ea318ee909b59..51c88d5adaf0081b923dc3f330c98f1ff2432168:/cookbooks/db/templates/default/cron.erb diff --git a/cookbooks/db/templates/default/cron.erb b/cookbooks/db/templates/default/cron.erb index e17add1c1..7ff61cff3 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 +40 -print0 | xargs -0r rm +# Cleanup archive directory - keep 2 weeks of WALs +find -L /store/postgresql/archive -mtime +14 -print0 | xargs -0r rm