From 26cfdeb7ff1e22b646f90dbf7c4867dd4a94f8ce Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 29 Sep 2022 00:35:17 -0400 Subject: [PATCH] backup postgres on oracles --- machines/oracles/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/oracles/configuration.nix b/machines/oracles/configuration.nix index ea21c09..5553755 100644 --- a/machines/oracles/configuration.nix +++ b/machines/oracles/configuration.nix @@ -194,7 +194,7 @@ # Backup postgres, as used by matrix services.postgresqlBackup = { - #enable = true; + enable = true; compression = "none"; backupAll = true; startAt = "OnCalendar=00/2:00";