Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb12a03

Browse files
Viktoria Shepardfunny-falcon
Viktoria Shepard
authored andcommitted
PBCKP-604 doc add option --destroy-all-other-dbs
1 parentc9fc20b commitdb12a03

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎doc/pgprobackup.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5850,6 +5850,34 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
58505850
</variablelist>
58515851
</para>
58525852
</refsect3>
5853+
5854+
<refsect3id="pbk-test-options">
5855+
<title>Testing and Debugging Options</title>
5856+
<para>
5857+
This section describes options useful only in a test or development environment.
5858+
</para>
5859+
<para>
5860+
<variablelist>
5861+
<varlistentry>
5862+
<term><option>--destroy-all-other-dbs</option></term>
5863+
<listitem>
5864+
<para>
5865+
By default, <application>pg_probackup</application> exits with an
5866+
error if an attempt is made to perform a partial incremental restore
5867+
since this destroys databases not included in the restore set. This
5868+
flag allows you to suppress the error and proceed with the partial
5869+
incremental restore (e.g., to keep a development database snapshot
5870+
up-to-date with a production one). This option can be used with the
5871+
<xreflinkend="pbk-restore"/> command.
5872+
</para>
5873+
<important>
5874+
<para>Never use this flag in a production cluster.</para>
5875+
</important>
5876+
</listitem>
5877+
</varlistentry>
5878+
</variablelist>
5879+
</para>
5880+
</refsect3>
58535881
</refsect2>
58545882
</refsect1>
58555883

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp