@@ -3993,6 +3993,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
39933993[--restore-command=<replaceable >cmdline</replaceable >]
39943994[--primary-conninfo=<replaceable >primary_conninfo</replaceable >]
39953995[-S | --primary-slot-name=<replaceable >slot_name</replaceable >]
3996+ [-X <replaceable >wal_dir</replaceable > | --waldir=<replaceable >wal_dir</replaceable >]
39963997[<replaceable >recovery_target_options</replaceable >] [<replaceable >logging_options</replaceable >] [<replaceable >remote_options</replaceable >]
39973998[<replaceable >partial_restore_options</replaceable >] [<replaceable >remote_wal_archive_options</replaceable >]
39983999</programlisting >
@@ -4160,6 +4161,17 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
41604161 </para >
41614162 </listitem >
41624163 </varlistentry >
4164+
4165+ <varlistentry >
4166+ <term ><option >-X <replaceable >wal_dir</replaceable ></option ></term >
4167+ <term ><option >--waldir=<replaceable >wal_dir</replaceable ></option ></term >
4168+ <listitem >
4169+ <para >
4170+ Specifies the directory where WAL should be stored.
4171+ </para >
4172+ </listitem >
4173+ </varlistentry >
4174+
41634175 </variablelist >
41644176 </para >
41654177 <para >
@@ -5185,6 +5197,60 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
51855197 </varlistentry >
51865198
51875199 <varlistentry >
5200+ <term ><option >--log-format-console=<replaceable >log_format</replaceable ></option ></term >
5201+ <listitem >
5202+ <para >
5203+ Defines the format of the console log. Only set from the command line. Note that you cannot
5204+ specify this option in the <filename >pg_probackup.conf</filename > configuration file through
5205+ the <xref linkend =" pbk-set-config" /> command and that the <xref linkend =" pbk-backup" />
5206+ command also treats this option specified in the configuration file as an error.
5207+ Possible values are:
5208+
5209+ <itemizedlist spacing =" compact" >
5210+ <listitem >
5211+ <para >
5212+ <literal >plain</literal > — sets the plain-text format of the console log.
5213+ </para >
5214+ </listitem >
5215+ <listitem >
5216+ <para >
5217+ <literal >json</literal > — sets the <acronym >JSON</acronym > format of the console log.
5218+ </para >
5219+ </listitem >
5220+ </itemizedlist >
5221+ </para >
5222+ <para >
5223+ Default: <literal >plain</literal >
5224+ </para >
5225+ </listitem >
5226+ </varlistentry >
5227+
5228+ <varlistentry >
5229+ <term ><option >--log-format-file=<replaceable >log_format</replaceable ></option ></term >
5230+ <listitem >
5231+ <para >
5232+ Defines the format of log files used. Possible values are:
5233+
5234+ <itemizedlist spacing =" compact" >
5235+ <listitem >
5236+ <para >
5237+ <literal >plain</literal > — sets the plain-text format of log files.
5238+ </para >
5239+ </listitem >
5240+ <listitem >
5241+ <para >
5242+ <literal >json</literal > — sets the <acronym >JSON</acronym > format of log files.
5243+ </para >
5244+ </listitem >
5245+ </itemizedlist >
5246+ </para >
5247+ <para >
5248+ Default: <literal >plain</literal >
5249+ </para >
5250+ </listitem >
5251+ </varlistentry >
5252+
5253+ <varlistentry >
51885254<term ><option >--log-rotation-size=<replaceable >log_rotation_size</replaceable ></option ></term >
51895255 <listitem >
51905256 <para >
@@ -6056,6 +6122,8 @@ archive-timeout = 5min
60566122# Logging parameters
60576123log-level-console = INFO
60586124log-level-file = OFF
6125+ log-format-console = PLAIN
6126+ log-format-file = PLAIN
60596127log-filename = pg_probackup.log
60606128log-rotation-size = 0
60616129log-rotation-age = 0