Re: pg_receivexlog or archive_command

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: pg_receivexlog or archive_command
Дата
Msg-id 57a86418-1841-89e0-d53b-dad445972169@a-kretschmer.de
обсуждение исходный текст
Ответ на pg_receivexlog or archive_command  (Vikas Sharma <shavikas@gmail.com>)
Ответы Re: pg_receivexlog or archive_command
Список pgsql-general

Am 23.09.19 um 10:25 schrieb Vikas Sharma:
> Hi,
>
> I am wondering which one is the best way to archive the xlogs for 
> Backup and Recovery - pg_receivexlog or archive_command.
>
> pg_receivexlog seems best suited because the copied/archived file is 
> streamed as it is being written to in xlog while archive_command only 
> copies when the WAL is fully written to.
>

you can use both of them, and you should consider "Barman".


Regards, Andreas

-- 
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com




В списке pgsql-general по дате отправления:

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: How to represent a bi-directional list in db?
Следующее
От: Luca Ferrari
Дата:
Сообщение: unable to drop index because it does not exists