File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3611,6 +3611,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
36113611[--restore-command=<replaceable >cmdline</replaceable >]
36123612[--restore-command=<replaceable >cmdline</replaceable >]
36133613[--primary-conninfo=<replaceable >primary_conninfo</replaceable >]
3614+ [-S | --primary-slot-name=<replaceable >slotname</replaceable >]
36143615[<replaceable >recovery_target_options</replaceable >] [<replaceable >logging_options</replaceable >] [<replaceable >remote_options</replaceable >]
36153616[<replaceable >partial_restore_options</replaceable >] [<replaceable >remote_wal_archive_options</replaceable >]
36163617</programlisting >
@@ -3663,6 +3664,19 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
36633664 </listitem >
36643665 </varlistentry >
36653666
3667+ <varlistentry >
3668+ <term ><option >-S</option ></term >
3669+ <term ><option >--primary-slot-name=<replaceable >slot_name</replaceable ></option ></term >
3670+ <listitem >
3671+ <para >
3672+ Sets the
3673+ <ulink url =" https://postgrespro.com/docs/postgresql/current/runtime-config-replication#GUC-PRIMARY-SLOT-NAME" >primary_slot_name</ulink >
3674+ parameter to the specified value.
3675+ This option will be ignored unless the <option >-R</option > flag if specified.
3676+ </para >
3677+ </listitem >
3678+ </varlistentry >
3679+
36663680 <varlistentry >
36673681<term ><option >-T <replaceable >OLDDIR</replaceable >=<replaceable >NEWDIR</replaceable ></option ></term >
36683682<term ><option >--tablespace-mapping=<replaceable >OLDDIR</replaceable >=<replaceable >NEWDIR</replaceable ></option ></term >
You can’t perform that action at this time.
0 commit comments