1
0
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:
Grigory Smolkin 2021-01-26 03:15:50 +03:00
parent c7f4865fe3
commit 88cb60fc4e
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
```
xmllint --noout --valid probackup.xml
xsltproc stylesheet.xsl probackup.xml >pg-probackup.html
```
```

View File

@ -1886,7 +1886,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
</note>
<note>
<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
restore of PostgreSQL cluster of version less than <option>12</option>.
Otherwise recovery may fail.