Re: pg_basebackup is taking backup of extra files inside a tablespace directory - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pg_basebackup is taking backup of extra files inside a tablespace directory
Date
Msg-id CA+TgmoYdYeXuFvTasCqvZuecXaYi6-B=D5TNxROzDS3UntGbRQ@mail.gmail.com
Whole thread Raw
Responses Re: pg_basebackup is taking backup of extra files inside a tablespace directory  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On Wed, Nov 28, 2012 at 1:55 AM, Hari Babu <haribabu.kommi@huawei.com> wrote:
> I think backup should be done only files and folders present inside
> '/opt/tblspc/PG_*' directory (TABLESPACE_VERSION_DIRECTORY).
> Not all the files and folders in side '/opt/tblspc.' directory.

I think I agree.  The current behavior would have made sense in older
releases of PG where we plopped down our stuff right inside the
tablespace directory, but now that everything is being shoved in a
subdirectory I don't see a reason to copy anything other than that
subdirectory.  Of course it's probably bad style to have anything
that's not related to PG in there, but given that the whole point of
this change was to allow different PG versions to create tablespaces
on the same directory at the same time, we can hardly say that this is
a case that should never arise in real life.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Hot Standby Feedback should default to on in 9.3+
Next
From: Robert Haas
Date:
Subject: Re: Hot Standby Feedback should default to on in 9.3+