Skip to content

Commit

Permalink
Update advocacy_docs/supported-open-source/barman/single-server-strea…
Browse files Browse the repository at this point in the history
…ming/step02-backup-setup.mdx

Co-authored-by: Martín Marqués <[email protected]>
  • Loading branch information
djw-m and martinmarques committed Oct 2, 2024
1 parent 9690078 commit a3e84e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pg:5432:replication:streaming_barman:example-password
EOF
chmod 0600 ~/.pgpass
```
Each line in the `.pgpass` file need to follow below format:
Each line in the `.pgpass` file needs to follow below format:
```
[db_host]:[db_port]:[db_name]:[db_user]:[db_password]
```
Expand Down

0 comments on commit a3e84e1

Please sign in to comment.