Docs for pg_basebackup needs v17 note for incremental backup - Mailing list pgsql-hackers

From David G. Johnston
Subject Docs for pg_basebackup needs v17 note for incremental backup
Date
Msg-id CAKFQuwZYfZyeTkS3g2Ovw84TsxHa796xnf-u5kfgn_auyxZk0Q@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hackers,

Should the following paragraph in the docs be modified to point out minimum server version of v17 for incremental backups?

pg_basebackup works with servers of the same or an older major version, down to 9.1. However, WAL streaming mode (-X stream) only works with server version 9.3 and later, and tar format (--format=tar) only works with server version 9.5 and later.


David J.

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Some ExecSeqScan optimizations
Next
From: Noah Misch
Date:
Subject: Re: Issue with markers in isolation tester? Or not?