Re: pg_basebackup --wal-method=fetch

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: pg_basebackup --wal-method=fetch
Дата
Msg-id CANzqJaB7m2V+uTvu1rOY-2toye1ZtS3xp-GeZ9=bxO+r93wHow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_basebackup --wal-method=fetch  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pg_basebackup --wal-method=fetch
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_basebackup --wal-method=fetch
Следующее
От: Gambhir Singh
Дата:
Сообщение: DDL - TYPES