Re: pg_basebackup failed to read a file

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: pg_basebackup failed to read a file
Date: 2018-08-14 17:14:56
Message-ID: 465f0460-608b-39a6-aa15-204c82de6335@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/14/2018 11:14 AM, Tom Lane wrote:
> Mike Cardwell <mike(dot)cardwell(at)hardenize(dot)com> writes:
>> pg_basebackup: could not get write-ahead log end position from server:
>> ERROR:  could not open file "./postgresql.conf~": Permission denied
>> Now, I know what this error means. There was a root owned file at
>> "/var/lib/pgsql/10/data/postgresql.conf~" which contained an old
>> version of our postgres config and was not readable by the postgres
>> user. I'll delete this file and try again. However, in the mean time: I
>> feel like it would be useful for pg_basebackup to check that it has
>> read access to all of the existing files in the source directory at the
>> start, before it begins it's copy.
> That seems like a pretty expensive thing to do, if there are lots of
> files ... and you'd still end up failing, so it's not moving the ball
> very far.

Why is checking a bunch of file permissions anywhere close to being as
expensive as transferring 1.5TB over a WAN link?

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dimitri Maziuk 2018-08-14 17:40:37 Re: pg_basebackup failed to read a file
Previous Message Stephen Frost 2018-08-14 17:06:29 Re: Duplicating data folder without tablespace, for read access