Skip to content

Commit c525dad

Browse files
committed
[Issue #249] hot_standby breaks partial restore for PG < 12
1 parent 33d2883 commit c525dad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/pgprobackup.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,14 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
18801880
<literal>template1</literal> databases are always restored.
18811881
</para>
18821882
</note>
1883+
<note>
1884+
<para>
1885+
Due to how recovery works in PostgreSQL < 12 it is advisable to
1886+
disable <option>hot_standby</option> option, when running partial
1887+
restore of PostgreSQL cluster of version less than <option>12</option>.
1888+
Otherwise recovery may fail.
1889+
</para>
1890+
</note>
18831891
</refsect3>
18841892
</refsect2>
18851893
<refsect2 id="pbk-performing-point-in-time-pitr-recovery">

0 commit comments

Comments
 (0)