We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d2883 commit c525dadCopy full SHA for c525dad
doc/pgprobackup.xml
@@ -1880,6 +1880,14 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
1880
<literal>template1</literal> databases are always restored.
1881
</para>
1882
</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>
1891
</refsect3>
1892
</refsect2>
1893
<refsect2 id="pbk-performing-point-in-time-pitr-recovery">
0 commit comments