From af89324d83fc8b144b42205b0d0c59b03ada094e Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Fri, 20 Feb 2026 11:18:34 +0100 Subject: [PATCH] fix repmgr cnf --- repmgr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.conf b/repmgr.conf index 6a31025..be765b7 100644 --- a/repmgr.conf +++ b/repmgr.conf @@ -1,3 +1,3 @@ data_directory = '/var/lib/postgresql/data' use_replication_slots = on -pg_bindir = '/usr/lib/postgresql/15/bin/' \ No newline at end of file +pg_bindir = '/usr/lib/postgresql/15/bin/'