On Sat, Aug 13, 2016 at 12:41 AM, Jeff Janes <[email protected]> wrote: > On Wed, Aug 10, 2016 at 11:06 PM, Yelai, Ramkumar > <[email protected]> wrote: >> At present, I have some requirement to truncate the data base to reclaim >> disk space and at the same time I need to take basebackup. >> >> Seems, truncate is successfully reclaimed the space but pgbasebackup failed >> and reported the below error. >> >> “could not stat file or directory ./base/16384/25600: Permission denied. > > Are you on MS Windows? If so, sounds like a possible variant of BUG #14243
That's really the same issue... See here for more details: https://www.postgresql.org/message-id/[email protected] If you have ideas about making a difference between a real permission error and STATUS_PENDING_DELETE, that would be great. -- Michael -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
