Re: [BUGS] BUG #14622: could not remove file "pg_xlog/RECOVERYXLOG":Permission denied - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: [BUGS] BUG #14622: could not remove file "pg_xlog/RECOVERYXLOG":Permission denied
Date
Msg-id CAB7nPqSLD9mqHJ0KzNGf3TDOFHJk_j6CnKy2NRQdRR8W+Oqoww@mail.gmail.com
Whole thread Raw
In response to [BUGS] BUG #14622: could not remove file "pg_xlog/RECOVERYXLOG": Permissiondenied  (yasir.siddiqi@verscomtech.com)
List pgsql-bugs
On Thu, Apr 13, 2017 at 6:51 PM,  <yasir.siddiqi@verscomtech.com> wrote:
> I am getting bellow error on standby server while performing streaming based
> replication.
>
> could not remove file "pg_xlog/RECOVERYXLOG": Permission denied
>
> Steps to reproduce:
> Follow steps as mentioned in bellow guide.
> https://wiki.postgresql.org/wiki/Streaming_Replication
>
> Error will come on step 11. while starting postgres in the standby server.
>
> Postgres version primary server is 9.6.1
> Postgres version standby server is 9.6.2

You may have a virus scanner running on this server, causing
interference with the operations of Postgres. Note as well that
operations happening within Postgres are concurrent-compliant, so this
is not caused by something another backend is doing. I short you need
to look at if there is an external process having a look at this data
folder, and disable it or remove PGDATA from its cleaning routine.
-- 
Michael


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Corey Csuhta
Date:
Subject: [BUGS] Re: BUG #14623: pg_trgm doesn't correctly process some regexp withnegative lookahead
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Re: BUG #14623: pg_trgm doesn't correctly process some regexp with negative lookahead