From 6430049e9297d2b5f1ec436bb4fce7cb6f43e821 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 30 Mar 2026 13:08:02 -0400 Subject: [PATCH] updated postgres snapshot settings --- systems/jeeves/snapshot_config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/systems/jeeves/snapshot_config.toml b/systems/jeeves/snapshot_config.toml index 1719ff4..72d9bce 100644 --- a/systems/jeeves/snapshot_config.toml +++ b/systems/jeeves/snapshot_config.toml @@ -78,6 +78,19 @@ hourly = 2 daily = 1 monthly = 0 +["media/secure/postgres-wal"] +15_min = 4 +hourly = 2 +daily = 0 +monthly = 0 + + +["media/secure/postgres"] +15_min = 8 +hourly = 24 +daily = 7 +monthly = 0 + ["media/secure/share"] 15_min = 4 hourly = 0