@@ -5850,6 +5850,34 @@ pg_probackup catchup -b <replaceable>catchup_mode</replaceable>
58505850 </variablelist >
58515851 </para >
58525852 </refsect3 >
5853+
5854+ <refsect3 id =" 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+ <xref linkend =" 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