@@ -3993,6 +3993,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
3993
3993
[--restore-command=<replaceable >cmdline</replaceable >]
3994
3994
[--primary-conninfo=<replaceable >primary_conninfo</replaceable >]
3995
3995
[-S | --primary-slot-name=<replaceable >slot_name</replaceable >]
3996
+ [-X <replaceable >wal_dir</replaceable > | --waldir=<replaceable >wal_dir</replaceable >]
3996
3997
[<replaceable >recovery_target_options</replaceable >] [<replaceable >logging_options</replaceable >] [<replaceable >remote_options</replaceable >]
3997
3998
[<replaceable >partial_restore_options</replaceable >] [<replaceable >remote_wal_archive_options</replaceable >]
3998
3999
</programlisting >
@@ -4160,6 +4161,17 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
4160
4161
</para >
4161
4162
</listitem >
4162
4163
</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
+
4163
4175
</variablelist >
4164
4176
</para >
4165
4177
<para >
@@ -5185,6 +5197,60 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
5185
5197
</varlistentry >
5186
5198
5187
5199
<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 >
5188
5254
<term ><option >--log-rotation-size=<replaceable >log_rotation_size</replaceable ></option ></term >
5189
5255
<listitem >
5190
5256
<para >
@@ -6056,6 +6122,8 @@ archive-timeout = 5min
6056
6122
# Logging parameters
6057
6123
log-level-console = INFO
6058
6124
log-level-file = OFF
6125
+ log-format-console = PLAIN
6126
+ log-format-file = PLAIN
6059
6127
log-filename = pg_probackup.log
6060
6128
log-rotation-size = 0
6061
6129
log-rotation-age = 0
0 commit comments