Skip to content

Commit c32c611

Browse files
committed
Merge branch 'master' into issue_174
2 parents 1257184 + e124234 commit c32c611

18 files changed

+1447
-768
lines changed

doc/pgprobackup.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -3609,8 +3609,8 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
36093609
[-R | --restore-as-replica] [--no-validate] [--skip-block-validation]
36103610
[--force] [--no-sync]
36113611
[--restore-command=<replaceable>cmdline</replaceable>]
3612-
[--restore-command=<replaceable>cmdline</replaceable>]
36133612
[--primary-conninfo=<replaceable>primary_conninfo</replaceable>]
3613+
[-S | --primary-slot-name=<replaceable>slotname</replaceable>]
36143614
[<replaceable>recovery_target_options</replaceable>] [<replaceable>logging_options</replaceable>] [<replaceable>remote_options</replaceable>]
36153615
[<replaceable>partial_restore_options</replaceable>] [<replaceable>remote_wal_archive_options</replaceable>]
36163616
</programlisting>
@@ -3663,6 +3663,19 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
36633663
</listitem>
36643664
</varlistentry>
36653665

3666+
<varlistentry>
3667+
<term><option>-S</option></term>
3668+
<term><option>--primary-slot-name=<replaceable>slot_name</replaceable></option></term>
3669+
<listitem>
3670+
<para>
3671+
Sets the
3672+
<ulink url="https://postgrespro.com/docs/postgresql/current/runtime-config-replication#GUC-PRIMARY-SLOT-NAME">primary_slot_name</ulink>
3673+
parameter to the specified value.
3674+
This option will be ignored unless the <option>-R</option> flag if specified.
3675+
</para>
3676+
</listitem>
3677+
</varlistentry>
3678+
36663679
<varlistentry>
36673680
<term><option>-T <replaceable>OLDDIR</replaceable>=<replaceable>NEWDIR</replaceable></option></term>
36683681
<term><option>--tablespace-mapping=<replaceable>OLDDIR</replaceable>=<replaceable>NEWDIR</replaceable></option></term>

0 commit comments

Comments
 (0)