Re: pg_basebackup skips pg_replslot directory

From: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_basebackup skips pg_replslot directory
Date: 2014-02-17 17:16:19
Message-ID: CAD21AoAGV0KVKbae9b+HE1CgNG6V3e8BnOFEQObomLQza0Wj+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 18, 2014 at 2:07 AM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
> Hi,
>
> On 2014-02-18 02:01:58 +0900, Sawada Masahiko wrote:
>> I found strange behavior of PostgreSQL of HEAD while using pg_basebackup.
>> pg_basebackup skips pg_replslot directory since
>> 858ec11858a914d4c380971985709b6d6b7dd6fc commit.
>>
>> But pg_repslot direcotry is needed to start replication. So the
>> standby server which is created by
>> pg_baseback can not start.
>> I got following FATAL error when the standby server starts.
>
> Yes. Fujuii has submitted a similar patch, I was hoping he'd commit
> it...
>

I did not notice it.
Thank you for info!

Regards,

-------
Sawada Masahiko

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-02-17 17:22:20 Re: pg_basebackup skips pg_replslot directory
Previous Message Alvaro Herrera 2014-02-17 17:10:17 Re: patch: option --if-exists for pg_dump