You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-09-16 09:26:30 +02:00
PBCKP-782 doc added note in Remote Mode section
This commit is contained in:
committed by
Alexey Savchkov
parent
48efe9086f
commit
3207d6c636
@@ -3,3 +3,6 @@
|
||||
xmllint --noout --valid probackup.xml
|
||||
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
|
||||
```
|
||||
> [!NOTE]
|
||||
>Install ```docbook-xsl``` if you got
|
||||
>``` "xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"```
|
@@ -1970,6 +1970,14 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
|
||||
for communication between the hosts.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
In addition to SSH connection, <application>pg_probackup</application> uses
|
||||
a regular connection to the database to manage the remote operation.
|
||||
See <xref linkend="pbk-configuring-the-database-cluster"/> for details of how to set up
|
||||
a database connection.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The typical workflow is as follows:
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user