]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/templates/default/cron.erb
Increase WAL log expiry
[chef.git] / cookbooks / db / templates / default / cron.erb
index ec1d2e00254499e3a4fc4c4fe0dc43052458674f..e17add1c1831d379a5e4ebca49486b4bb83680af 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 # Cleanup archive directory
-find /store/postgresql/system/archive -mtime +10 -print0 | xargs -0r rm
+find -L /store/postgresql/archive -mtime +40 -print0 | xargs -0r rm