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