8000 PBCKP-782 doc added note in Remote Mode section · postgrespro/pg_probackup@3207d6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3207d6c

Browse files
oleg gurevpostgres-dev
authored and< 8000 /span>committed
PBCKP-782 doc added note in Remote Mode section
1 parent 48efe90 commit 3207d6c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
xmllint --noout --valid probackup.xml
44
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
55
```
6+
> [!NOTE]
7+
>Install ```docbook-xsl``` if you got
8+
>``` "xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"```

doc/pgprobackup.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1970,6 +1970,14 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
19701970
for communication between the hosts.
19711971
</para>
19721972
</note>
1973+
<note>
1974+
<para>
1975+
In addition to SSH connection, <application>pg_probackup</application> uses
1976+
a regular connection to the database to manage the remote operation.
1977+
See <xref linkend="pbk-configuring-the-database-cluster"/> for details of how to set up
1978+
a database connection.
1979+
</para>
1980+
</note>
19731981
<para>
19741982
The typical workflow is as follows:
19751983
</para>

0 commit comments

Comments
 (0)
0