Skip to content

Commit 04c1fe7

Browse files
authored
Update node.go pgpass folder (#223)
1 parent 41b6aba commit 04c1fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flybarman/node.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
globalBarmanConfigFile = "/etc/barman.conf"
1919
barmanHome = dataDir + "/barman.d"
2020
logFile = dataDir + "/barman.log"
21-
passwordConfigPath = "/root/.pgpass"
21+
passwordConfigPath = "/data/.pgpass"
2222
rootPasswordConfigPath = "/.pgpass"
2323
)
2424

0 commit comments

Comments
 (0)