diff options
| author | alex <alex@pdp7.net> | 2026-06-28 10:41:58 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-06-28 10:41:58 +0200 |
| commit | 4768e81338f3f8ff3b38de59713bee2a953049b0 (patch) | |
| tree | 44723d26a84c70bd790c6823f87709fc9094863f | |
| parent | bae44e1e29954749ad6dd94ab99f6a4e922b30d6 (diff) | |
Do not store so much PostgreSQL history
| -rw-r--r-- | personal_infra/puppet/site/h1.pdp7.net.pp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp index 1ab31aa3..3500be13 100644 --- a/personal_infra/puppet/site/h1.pdp7.net.pp +++ b/personal_infra/puppet/site/h1.pdp7.net.pp @@ -7,7 +7,12 @@ node 'h1.pdp7.net' { sanoid_config => @("EOT") # pg data [rpool/data/subvol-204-disk-1] - use_template = backup + frequently=0 + hourly=0 + daily=10 + monthly=3 + yearly=0 + autosnap=yes # ws [rpool/data/subvol-207-disk-1] |
