Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ad13490

Browse files
doc: Expand version compatibility for pg_basebackup features
This updates the paragraph on backwards compatitibility for server features to include --incremental which only works on servers with v17 or newer. Backpatch down to v17 where incremental backup was added. Author: David G. Johnston <David.G.Johnston@Gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CAKFQuwZYfZyeTkS3g2Ovw84TsxHa796xnf-u5kfgn_auyxZk0Q@mail.gmail.com Backpatch-through: 17
1 parent 3abbd8d commit ad13490

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,11 @@ PostgreSQL documentation
10051005

10061006
<para>
10071007
<application>pg_basebackup</application> works with servers of the same
1008-
or an older major version, down to 9.1. However, WAL streaming mode (<literal>-X
1009-
stream</literal>) only works with server version 9.3 and later, and tar format
1008+
or older major version, down to 9.1. However, WAL streaming mode (<literal>-X
1009+
stream</literal>) only works with server version 9.3 and later, the tar format
10101010
(<literal>--format=tar</literal>) only works with server version 9.5
1011-
and later.
1011+
and later, and incremental backup (<literal>--incremental</literal>) only works
1012+
with server version 17 and later.
10121013
</para>
10131014

10141015
<para>

0 commit comments

Comments
 (0)