Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56e6a31

Browse files
doc: Expand version compatibility for pg_basebackup features
This updates the paragraph on backwards compatitibility for serverfeatures to include --incremental which only works on servers withv17 or newer. Backpatch down to v17 where incremental backup wasadded.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.comBackpatch-through: 17
1 parentbc5a08a commit56e6a31

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-
oranolder 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)

[8]ページ先頭

©2009-2025 Movatter.jp