projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a8537
)
Increase WAL log expiry
author
Tom Hughes
<tom@compton.nu>
Thu, 7 Jan 2016 18:13:26 +0000
(18:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 7 Jan 2016 18:13:43 +0000
(18:13 +0000)
cookbooks/db/templates/default/cron.erb
patch
|
blob
|
history
diff --git
a/cookbooks/db/templates/default/cron.erb
b/cookbooks/db/templates/default/cron.erb
index 2ebeabb812cb3d9413d8342d6db51909780d9b3c..e17add1c1831d379a5e4ebca49486b4bb83680af 100644
(file)
--- 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 +
1
0 -print0 | xargs -0r rm
+find -L /store/postgresql/archive -mtime +
4
0 -print0 | xargs -0r rm