From 75bd7875cb83613411c799062d773dbe95baa388 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Sun, 28 Jun 2026 19:34:34 +0200 Subject: [PATCH] Fixed WAL writing of postgres backup --- nixos/roles/matrix/postgres-backup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/roles/matrix/postgres-backup.nix b/nixos/roles/matrix/postgres-backup.nix index 1bf7055..fd06baf 100644 --- a/nixos/roles/matrix/postgres-backup.nix +++ b/nixos/roles/matrix/postgres-backup.nix @@ -1,7 +1,6 @@ { config, pkgs, - lib, ... }: { @@ -32,6 +31,7 @@ Type = "simple"; Restart = "on-failure"; RestartSec = "10s"; + TimeoutStartSec = "0"; }; preStart = '' @@ -64,7 +64,7 @@ # primary conninfo cat > "$DATADIR/postgresql.auto.conf" <