File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 33xmllint --noout --valid probackup.xml
44xsltproc 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" ```
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments