1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-04-13 11:30:40 +02:00

Fix configuration reference example for the tls-server-address option.

The prior example (::*) was not valid and would result in the following error:

ERROR: [049]: unable to get address for '::*': [-2] Name or service not known

Correct values are either * for IPv4 or :: for IPv6. The IPv4 value is used as the example since only one example is allowed.
This commit is contained in:
Hartmut Goebel 2023-09-04 19:39:11 +02:00 committed by GitHub
parent c0935b7992
commit 43524a47a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View File

@ -72,4 +72,19 @@
</release-item>
</release-improvement-list>
</release-core-list>
<release-doc-list>
<release-bug-list>
<release-item>
<github-pull-request id="2165"/>
<release-item-contributor-list>
<release-item-contributor id="hartmut.goebel"/>
<release-item-reviewer id="david.steele"/>
</release-item-contributor-list>
<p>Fix configuration reference example for the <br-option>tls-server-address</br-option> option.</p>
</release-item>
</release-bug-list>
</release-doc-list>
</release>

View File

@ -397,6 +397,11 @@
<contributor-name-display>Hans-J&amp;uuml;rgen Sch&amp;ouml;nig</contributor-name-display>
</contributor>
<contributor id="hartmut.goebel">
<contributor-name-display>Hartmut Goebel</contributor-name-display>
<contributor-id type="github">htgoebel</contributor-id>
</contributor>
<contributor id="heath.lord">
<contributor-name-display>Heath Lord</contributor-name-display>
<contributor-id type="github">crunchyheath</contributor-id>

View File

@ -1637,7 +1637,7 @@
<p>IP address the server will listen on for client requests.</p>
</text>
<example>::*</example>
<example>*</example>
</config-key>
<config-key id="tls-server-port" name="TLS Server Port">