From 0c52b7040c6a29261f25c706ceea472f135aa13e Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 13 Oct 2025 17:15:21 -0500 Subject: [PATCH] test: trying to get postgres backups to work --- modules/nixos/services/postgresql/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/services/postgresql/default.nix b/modules/nixos/services/postgresql/default.nix index 7ef21e9..294e1bb 100755 --- a/modules/nixos/services/postgresql/default.nix +++ b/modules/nixos/services/postgresql/default.nix @@ -15,8 +15,8 @@ in postgresqlBackup = { enable = true; location = backupPath; - compression = "zstd"; - startAt = "*-*-* 07:00:00"; + # compression = "zstd"; + # startAt = "*-*-* 07:00:00"; backupAll = true; # databases = [ # instances.mastodon.name