Re: Errors from archive restore from S3 and wrong size archive file

From: Rui DeSousa <rui(at)crazybean(dot)net>
To: Jorge Torralba <jorge(dot)torralba(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Errors from archive restore from S3 and wrong size archive file
Date: 2018-08-02 18:29:34
Message-ID: 95C53BC8-E715-4031-8710-8084544369D6@crazybean.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On Aug 2, 2018, at 1:33 PM, Jorge Torralba <jorge(dot)torralba(at)gmail(dot)com> wrote:
>
>
> ~/datas3/pg_xlog/RECOVERYXLOG $ ls -l
> total 16384
> -rw------- 1 postgres postgres 16777216 Aug 2 16:03 000000010000000000000002
>
>

I don’t think RECOVERYXLOG should be a directory; that should be the WAL file being restored. Postgres is trying to restore the directory instead of the file thus the error.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Fabricio Peñuelas 2018-08-02 19:04:23 Re: Postgresql 9.3 - problem after crash server
Previous Message Jorge Torralba 2018-08-02 17:33:02 Errors from archive restore from S3 and wrong size archive file