Skip to content

Commit

Permalink
Applied suggestions from Adam's review
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas authored and djw-m committed Oct 2, 2024
1 parent a3e84e1 commit 9344e24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Each line in the `.pgpass` file needs to follow below format:
```
[db_host]:[db_port]:[db_name]:[db_user]:[db_password]
```
Also note that the database name [db_name] for the barman streaming user MUST be `replication`
The database name [db_name] for the barman streaming user must be `replication`

**Note the change in permissions** - this is necessary to protect the visibility of the file, and PostgreSQL will not use it unless permissions are restricted.
**Note the change in permissions** - this is necessary to protect the visibility of the file. PostgreSQL won't use it unless permissions are restricted.

!!! Tip Further reading
For more details on configuration files, see: [the Configuration section in the Barman guide](http://docs.pgbarman.org/release/2.12/#configuration).
Expand Down

0 comments on commit 9344e24

Please sign in to comment.