Re: pg_receivewal configuration issues

Поиск
Список
Период
Сортировка
От Rui DeSousa
Тема Re: pg_receivewal configuration issues
Дата
Msg-id 64C41026-A017-4C70-967A-A9B8AC05FAD8@crazybean.net
обсуждение исходный текст
Ответ на Re: pg_receivewal configuration issues  (Pavan Kumar <pavan.dba27@gmail.com>)
Список pgsql-admin


On May 9, 2019, at 8:34 AM, Pavan Kumar <pavan.dba27@gmail.com> wrote:

pg_receivewal -D /oraworkspace/pg_stream_xlog/5400 -s 5400_xlog_4_recovery -h localhost -p 5400 -U postgres


The command is using the wrong parameter.  Use "--slot=“ or “-S” not “-s”.

  -s, --status-interval=SEC  time between status packets sent to server (default: 10)
  -S, --slot=SLOTNAME    replication slot to use

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

Предыдущее
От: Pavan Kumar
Дата:
Сообщение: Re: pg_receivewal configuration issues
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to create a postgres user that auth by AUTH_REQ_MD5