-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for
wal_streaming_conninfo
and wal_conninfo
- Loading branch information
1 parent
f52b8f7
commit b6b6afe
Showing
5 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
wal_conninfo | ||
: A connection string which, if set, will be used by Barman to connect to the | ||
Postgres server when checking the status of the replication slot used for | ||
receiving WALs. If left unset then Barman will use the connection string | ||
defined by `wal_streaming_conninfo`. If `wal_conninfo` is set but | ||
`wal_streaming_conninfo` is unset then `wal_conninfo` will be ignored. | ||
Server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
wal_streaming_conninfo | ||
: A connection string which, if set, will be used by Barman to connect to | ||
the Postgres server when receiving WAL segments via the streaming | ||
replication protocol. If left unset then Barman will use the connection | ||
string defined by `streaming_conninfo` for receiving WAL segments. Server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters