Skip to content

Commit b52b4d9

Browse files
dlepikhovapostgres-dev
authored andcommitted
PBCKP-816: Remove version 10 from pg_probackup docs
1 parent 72a9605 commit b52b4d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cd <path_to_PostgreSQL_source_tree> && git clone https://github.com/postgrespro/
9494
### Windows
9595

9696
Currently pg_probackup can be build using only MSVC 2013.
97-
Build PostgreSQL using [pgwininstall](https://github.com/postgrespro/pgwininstall) or [PostgreSQL instruction](https://www.postgresql.org/docs/10/install-windows-full.html) with MSVC 2013.
97+
Build PostgreSQL using [pgwininstall](https://github.com/postgrespro/pgwininstall) or [PostgreSQL instruction](https://www.postgresql.org/docs/current/install-windows-full.html) with MSVC 2013.
9898
If zlib support is needed, src/tools/msvc/config.pl must contain path to directory with compiled zlib. [Example](https://gist.githubusercontent.com/gsmol/80989f976ce9584824ae3b1bfb00bd87/raw/240032950d4ac4801a79625dd00c8f5d4ed1180c/gistfile1.txt)
9999

100100
```shell

Diff for: doc/pgprobackup.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ doc/src/sgml/pgprobackup.sgml
164164
recovery of <productname>PostgreSQL</productname> database clusters.
165165
It is designed to perform periodic backups of the <productname>PostgreSQL</productname>
166166
instance that enable you to restore the server in case of a failure.
167-
<application>pg_probackup</application> supports PostgreSQL 10 or higher.
167+
<application>pg_probackup</application> supports PostgreSQL 11 or higher.
168168
</para>
169169

170170
<itemizedlist spacing="compact">
@@ -416,7 +416,7 @@ doc/src/sgml/pgprobackup.sgml
416416
</listitem>
417417
<listitem>
418418
<para>
419-
On Unix systems, for <productname>PostgreSQL</productname> 10,
419+
On Unix systems, for <productname>PostgreSQL</productname> 11,
420420
a backup can be made only by the same OS user that has started the <productname>PostgreSQL</productname>
421421
server. For example, if <productname>PostgreSQL</productname> server is started by
422422
user <literal>postgres</literal>, the <literal>backup</literal> command must also be run
@@ -819,7 +819,7 @@ pg_probackup add-instance -B <replaceable>backup_dir</replaceable> -D <replaceab
819819
connection</emphasis> to the <productname>PostgreSQL</productname> server:
820820
</para>
821821
<para>
822-
For <productname>PostgreSQL</productname> versions 10 &mdash; 14:
822+
For <productname>PostgreSQL</productname> versions 11 &mdash; 14:
823823
</para>
824824
<programlisting>
825825
BEGIN;
@@ -1807,7 +1807,7 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
18071807
<ulink url="https://postgrespro.com/docs/postgresql/current/runtime-config-replication.html#GUC-PRIMARY-CONNINFO">primary_conninfo</ulink>
18081808
parameter; you have to add the password manually or use
18091809
the <literal>--primary-conninfo</literal> option, if required.
1810-
For <productname>PostgreSQL</productname> 11 or lower,
1810+
For <productname>PostgreSQL</productname> 11,
18111811
recovery settings are written into the <filename>recovery.conf</filename>
18121812
file. Starting from <productname>PostgreSQL</productname> 12,
18131813
<application>pg_probackup</application> writes these settings into

0 commit comments

Comments
 (0)