From 72253124e85f16e7d044c2676c5b9866bd1e3ff4 Mon Sep 17 00:00:00 2001 From: Lubien Date: Wed, 20 Mar 2024 14:18:03 -0300 Subject: [PATCH] Update node.go pgpass folder --- internal/flybarman/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flybarman/node.go b/internal/flybarman/node.go index 205c257b..cb47f0e5 100644 --- a/internal/flybarman/node.go +++ b/internal/flybarman/node.go @@ -18,7 +18,7 @@ var ( globalBarmanConfigFile = "/etc/barman.conf" barmanHome = dataDir + "/barman.d" logFile = dataDir + "/barman.log" - passwordConfigPath = "/root/.pgpass" + passwordConfigPath = "/data/.pgpass" rootPasswordConfigPath = "/.pgpass" )