Re: DETAIL: Could not open file "pg_xact/0EEA": No such file or directory

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Johnathan Tiamoh <johnathantiamoh(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: DETAIL: Could not open file "pg_xact/0EEA": No such file or directory
Date: 2024-02-19 19:45:13
Message-ID: 3f10ca94-4433-40b4-8060-3cc0225b3e2e@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/19/24 11:36, Johnathan Tiamoh wrote:

Reply to list also.
Cc'ing list.

> Sorry  Adrian,
>
> This is occurring at every checkpoint. This actually has to do with
> Listen/Notify.
> It is not really linked to the upgrade per say.

I would say it is.

From:

https://www.postgresql.org/docs/current/storage-file-layout.html

pg_xact Subdirectory containing transaction commit status data

I'm guessing what ever process you used to upgrade did not transfer all
the files. Or you have some ongoing process that is removing the files
prematurely.

>
>  However, This is occurring in clusters that I recently upgraded to 14.

Which contradicts, "It is not really linked to the upgrade per say.".

>
>
>
>
> On Mon, Feb 19, 2024 at 12:17 PM Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
>
> On 2/19/24 08:59, Johnathan Tiamoh wrote:
> > Hello,
> >
> > Please, I need help in resolving this issue.  I recently upgraded to
> > postgresql and have experienced the above error with 2 clusters
> already.
> >
> > I keep losing data in the pg_exact directory.
>
> We have been down this rabbit hole multiple times with your upgrading
> procedures. By now you should know that the above does not qualify as
> close to being a sufficient problem report. Respond with a complete
> explanation of your setup and the commands run that got you into this
> situation.
>
>
> >
> > Kind regards
> > Johnathan T
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Welty 2024-02-19 22:00:10 access issue with postgresql 14 docker image on MacOS Sonoma
Previous Message Adrian Klaver 2024-02-19 19:36:12 Re: Mat Views and Conflicts