mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
DOC: minor fix
This commit is contained in:
parent
c7f4865fe3
commit
88cb60fc4e
@ -2,4 +2,4 @@
|
|||||||
```
|
```
|
||||||
xmllint --noout --valid probackup.xml
|
xmllint --noout --valid probackup.xml
|
||||||
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
|
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
|
||||||
```
|
```
|
||||||
|
@ -1886,7 +1886,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
|
|||||||
</note>
|
</note>
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
Due to how recovery works in PostgreSQL < 12 it is advisable to
|
Due to how recovery works in PostgreSQL versions lower than 12 it is advisable to
|
||||||
disable <option>hot_standby</option> option, when running partial
|
disable <option>hot_standby</option> option, when running partial
|
||||||
restore of PostgreSQL cluster of version less than <option>12</option>.
|
restore of PostgreSQL cluster of version less than <option>12</option>.
|
||||||
Otherwise recovery may fail.
|
Otherwise recovery may fail.
|
||||||
|
Loading…
Reference in New Issue
Block a user