Re: pg_basebackup --wal-method=fetch - Mailing list pgsql-admin

From Ron Johnson
Subject Re: pg_basebackup --wal-method=fetch
Date
Msg-id CANzqJaB7m2V+uTvu1rOY-2toye1ZtS3xp-GeZ9=bxO+r93wHow@mail.gmail.com
Whole thread Raw
In response to Re: pg_basebackup --wal-method=fetch  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pg_basebackup --wal-method=fetch
List pgsql-admin
On Thu, Feb 8, 2024 at 12:48 PM Magnus Hagander <magnus@hagander.net> wrote:


On Thu, Feb 8, 2024, 17:05 Ron Johnson <ronljohnsonjr@gmail.com> wrote:
(PG 14, if it matters.)

What's the purpose of fetch mode, as opposed to streaming mode?  Is it a legacy of bygone days that just hasn't been deprecated, or is there something I don't understand from reading https://www.postgresql.org/docs/14/app-pgbasebackup.html?



Your backup can go to a single file with it, which it can't do in streaming. Which means it can also be sent through a pipe. 

But isn't the whole purpose of pg_basebackup (running it on Node B, when the database instance is Node A)?
 
It also needs one connection instead of two to the server, if that's limited. 

It's 2024, not 2011.  Who can't spare an extra connection?
 

pgsql-admin by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_basebackup --wal-method=fetch
Next
From: Gambhir Singh
Date:
Subject: DDL - TYPES