Re: pg_receivewal configuration issues - Mailing list pgsql-admin

From Rui DeSousa
Subject Re: pg_receivewal configuration issues
Date
Msg-id 64C41026-A017-4C70-967A-A9B8AC05FAD8@crazybean.net
Whole thread Raw
In response to Re: pg_receivewal configuration issues  (Pavan Kumar <pavan.dba27@gmail.com>)
List 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 by date:

Previous
From: Pavan Kumar
Date:
Subject: Re: pg_receivewal configuration issues
Next
From: Tom Lane
Date:
Subject: Re: How to create a postgres user that auth by AUTH_REQ_MD5