1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-21 19:48:29 +02:00

Remove references to SSH made obsolete when TLS was introduced.

Also remove details about SSH compression that are not helpful.
This commit is contained in:
David Steele 2023-01-31 08:28:32 +07:00
parent 9ae6b6ef0f
commit c5907a2e71
3 changed files with 18 additions and 9 deletions

View File

@ -15,6 +15,17 @@
<release-list>
<release date="XXXX-XX-XX" version="2.45dev" title="UNDER DEVELOPMENT">
<release-doc-list>
<release-improvement-list>
<release-item>
<release-item-contributor-list>
<release-item-contributor id="david.steele"/>
</release-item-contributor-list>
<p>Remove references to <proper>SSH</proper> made obsolete when <proper>TLS</proper> was introduced.</p>
</release-item>
</release-improvement-list>
</release-doc-list>
</release>
<release date="2023-01-30" version="2.44" title="Remove PostgreSQL 9.0/9.1/9.2 Support">

View File

@ -239,7 +239,7 @@
<summary>Network compression level.</summary>
<text>
<p>Sets the network compression level when <setting>compress-type=none</setting> and the command is not run on the same host as the repository. Compression is used to reduce network traffic but can be disabled by setting <setting>compress-level-network=0</setting>. When <setting>compress-type</setting> does not equal <id>none</id> the <setting>compress-level-network</setting> setting is ignored and <setting>compress-level</setting> is used instead so that the file is only compressed once. SSH compression is always disabled.</p>
<p>Sets the network compression level when <setting>compress-type=none</setting> and the command is not run on the same host as the repository. Compression is used to reduce network traffic but can be disabled by setting <setting>compress-level-network=0</setting>. When <setting>compress-type</setting> does not equal <id>none</id> the <setting>compress-level-network</setting> setting is ignored and <setting>compress-level</setting> is used instead so that the file is only compressed once.</p>
</text>
<allow>0-9</allow>
@ -620,11 +620,9 @@
</config-key>
<config-key id="repo-host" name="Repository Host">
<summary>Repository host when operating remotely via SSH.</summary>
<summary>Repository host when operating remotely.</summary>
<text>
<p>Make sure that trusted SSH authentication is configured between the <postgres/> host and the repository host.</p>
<p>When backing up and archiving to a locally mounted filesystem this setting is not required.</p>
</text>
@ -726,7 +724,7 @@
<summary>Repository host port when <setting>repo-host</setting> is set.</summary>
<text>
<p>Use this option to specify a non-default port for the repository host protocol. Currently only SSH is supported.</p>
<p>Use this option to specify a non-default port for the repository host protocol.</p>
</text>
<example>25</example>
@ -1549,7 +1547,7 @@
</config-key>
<config-key id="pg-host" name="PostgreSQL Host">
<summary><postgres/> host for operating remotely via SSH.</summary>
<summary><postgres/> host for operating remotely.</summary>
<text>
<p>Used for backups where the <postgres/> host is different from the repository host.</p>
@ -1691,7 +1689,7 @@
<summary><postgres/> host port when <setting>pg-host</setting> is set.</summary>
<text>
<p>Use this option to specify a non-default port for the <postgres/> host protocol. Currently only SSH is supported.</p>
<p>Use this option to specify a non-default port for the <postgres/> host protocol.</p>
</text>
<example>25</example>

View File

@ -276,8 +276,8 @@ testRun(void)
" [default=storage.googleapis.com]\n"
" --repo-gcs-key GCS repository key\n"
" --repo-gcs-key-type GCS repository key type [default=service]\n"
" --repo-host repository host when operating remotely via\n"
" SSH [current=backup.example.net]\n"
" --repo-host repository host when operating remotely\n"
" [current=backup.example.net]\n"
" --repo-host-ca-file repository host certificate authority file\n"
" --repo-host-ca-path repository host certificate authority path\n"
" --repo-host-cert-file repository host certificate file\n"