We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b6aba commit 04c1fe7Copy full SHA for 04c1fe7
internal/flybarman/node.go
@@ -18,7 +18,7 @@ var (
18
globalBarmanConfigFile = "/etc/barman.conf"
19
barmanHome = dataDir + "/barman.d"
20
logFile = dataDir + "/barman.log"
21
- passwordConfigPath = "/root/.pgpass"
+ passwordConfigPath = "/data/.pgpass"
22
rootPasswordConfigPath = "/.pgpass"
23
)
24
0 commit comments