@cryptotaxi247 / infra / commits / 15035c34

haumea/zrepl: set dbname in checkpoint-hook dsn

Martin Weinelt committed Jun 18, 2024 at 12:43 UTC 15035c3431de1290b00a439d859a5f089d10a51e
1 file changed +1 -1
delft/haumea/zrepl.nix
+1 -1
@@ -27,7 +27,7 @@
27 hooks = [ {
28 # https://zrepl.github.io/master/configuration/snapshotting.html#postgres-checkpoint-hook
29 type = "postgres-checkpoint";
30 - dsn = "host=/run/postgresql user=root sslmode=disable";
30 + dsn = "host=/run/postgresql dbname=hydra user=root sslmode=disable";
31 filesystems."rpool/safe/postgres" = true;
32 } ];
33 };