Re: Bug report - pg_upgrade tool seems to have a race condition when trying to delete a pg_wal file - Mailing list pgsql-bugs

From Laurenz Albe
Subject Re: Bug report - pg_upgrade tool seems to have a race condition when trying to delete a pg_wal file
Date
Msg-id 3d6013e49ac684cf4e9fbb6a1eb28b068cc9c113.camel@cybertec.at
Whole thread Raw
In response to Bug report - pg_upgrade tool seems to have a race condition when trying to delete a pg_wal file  (Waka Ranai <wakadotranai@gmail.com>)
Responses Re: Bug report - pg_upgrade tool seems to have a race condition when trying to delete a pg_wal file  (Waka Ranai <wakadotranai@gmail.com>)
List pgsql-bugs
On Wed, 2024-05-22 at 18:14 +0200, Waka Ranai wrote:
> The command I ran is
> "C:\Program Files\PostgreSQL\15\bin\pg_upgrade.exe" -d "C:\Program Files\PostgreSQL\9.6\data" -D "C:\Program
Files\PostgreSQL\15\data"-b "C:\Program Files\PostgreSQL\9.6\bin" -B "C:\Program Files\PostgreSQL\15\bin" -U postgres 
> after having set PGPASSWORD to the correct password.
>  
> The issue was either
> “pg_resetwal: error: could not delete file "pg_wal/000000010000000000000001": Permission denied”
> or sometimes it was saying that the file could not be found instead of Permission denied.
> When I look in the directory while it is executing, I can see that the file is there previously,
> and always removed after the pg_upgrade crashes. I tried to inspect with Process Explorer what
> processes were using it, always processes from postgres, only one after a fresh install of
> postgres 15, but I saw that during the execution of pg_upgrade, sometimes two processes were
> using it.

Did you make sure that no virus scanner is active on the data directories?

Yours,
Laurenz Albe



pgsql-bugs by date:

Previous
From: Önder Kalacı
Date:
Subject: Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption
Next
From: Waka Ranai
Date:
Subject: Re: Bug report - pg_upgrade tool seems to have a race condition when trying to delete a pg_wal file