mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.
Haribabu kommi, slightly modified by me.
This commit is contained in:
@@ -202,6 +202,18 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--xlogdir=<replaceable class="parameter">xlogdir</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the location for the transaction log directory.
|
||||
<replaceable>xlogdir</replaceable> must be an absolute path.
|
||||
The transaction log directory can only be specified when
|
||||
the backup is in plain mode.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-x</option></term>
|
||||
<term><option>--xlog</option></term>
|
||||
|
Reference in New Issue
Block a user