1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-07 13:40:17 +02:00

[Issue #249] hot_standby breaks partial restore for PG < 12

This commit is contained in:
Grigory Smolkin 2020-12-09 00:16:00 +03:00
parent 33d288380e
commit c525dad4c7

View File

@ -1880,6 +1880,14 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
<literal>template1</literal> databases are always restored.
</para>
</note>
<note>
<para>
Due to how recovery works in PostgreSQL < 12 it is advisable to
disable <option>hot_standby</option> option, when running partial
restore of PostgreSQL cluster of version less than <option>12</option>.
Otherwise recovery may fail.
</para>
</note>
</refsect3>
</refsect2>
<refsect2 id="pbk-performing-point-in-time-pitr-recovery">