Re: pg_receivewal configuration issues

From: Rui DeSousa <rui(at)crazybean(dot)net>
To: Pavan Kumar <pavan(dot)dba27(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: pg_receivewal configuration issues
Date: 2019-05-09 13:39:53
Message-ID: 64C41026-A017-4C70-967A-A9B8AC05FAD8@crazybean.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On May 9, 2019, at 8:34 AM, Pavan Kumar <pavan(dot)dba27(at)gmail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2019-05-09 14:03:04 Re: How to create a postgres user that auth by AUTH_REQ_MD5
Previous Message Pavan Kumar 2019-05-09 12:34:31 Re: pg_receivewal configuration issues