@cryptotaxi247 / infra / commits / 7354b4a7

zrepl: force checkpoint with postgres user

Martin Weinelt committed Jul 15, 2026 at 22:54 UTC 7354b4a7b1a6d66927876e214312354108ed0047
1 file changed +1 -1
build/mimas/zrepl.nix
+1 -1
@@ -38,7 +38,7 @@ in
38 {
39 # https://zrepl.github.io/configuration/snapshotting.html#postgres-checkpoint-hook
40 type = "postgres-checkpoint";
41 - dsn = "host=/run/postgresql dbname=hydra user=root sslmode=disable";
41 + dsn = "host=/run/postgresql dbname=hydra user=postgres sslmode=disable";
42 filesystems."zroot/pg" = true;
43 }
44 ];