public inbox for [email protected]help / color / mirror / Atom feed
Re: libpq5 error 5+ messages / 2 participants [nested] [flat]
* Re: libpq5 error @ 2024-10-08 15:23 Paul Brindusa <[email protected]> 0 siblings, 1 reply; 5+ messages in thread From: Paul Brindusa @ 2024-10-08 15:23 UTC (permalink / raw) To: Adrian Klaver <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; pgsql-general Hi guys, I've just retried patching the host as we speak with no luck, I am getting the exact same thing. Following Devrim's guidance i've manually upgraded the repo file that came down via dnf and still getting the mismatch error: Error: Transaction test error: file /usr/share/pgsql/postgres.bki from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 file /usr/share/pgsql/system_constraints.sql from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 Any ideas? On Tue, Oct 8, 2024 at 4:06 PM Adrian Klaver <[email protected]> wrote: > On 10/8/24 01:01, Paul Brindusa wrote: > > Good morning Devrim, > > > > Is libpq5 an important component that needs the upgrade? > > From here: > > https://www.postgresql.org/docs/current/libpq.html > > "libpq is the C application programmer's interface to PostgreSQL. libpq > is a set of library functions that allow client programs to pass queries > to the PostgreSQL backend server and to receive the results of these > queries. > > libpq is also the underlying engine for several other PostgreSQL > application interfaces, including those written for C++, Perl, Python, > Tcl and ECPG. So some aspects of libpq's behavior will be important to > you if you use one of those packages. In particular, Section 32.15, > Section 32.16 and Section 32.19 describe behavior that is visible to the > user of any application that uses libpq." > > To me that is, yes it is important. > > > I am wanting to try after Adrian's suggestion yesterday to see if I can > > update the repo file first of all since it came with the rest of the > > updates. > > > > If that does not solve it, I would consider disabling the package. > > > > On Tue, Oct 8, 2024 at 8:48 AM Devrim Gündüz <[email protected] > > <mailto:[email protected]>> wrote: > > > > Hi, > > > > On Mon, 2024-10-07 at 08:44 -0700, Adrian Klaver wrote: > > > > Unknown Error occurred: Transaction test error:\n file > > > > /usr/share/pgsql/postgres.bki from install of > > > > libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package > > > > postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64\n > > file > > > > /usr/share/pgsql/system_constraints.sql from install of > > > > libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package > > > > postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64\n. > > > > Ah ok. So basically it means PostgreSQL is installed from Red Hat > > packages, not PGDG. I would suggest you either not to use PGDG repos > at > > all for consistency, or switch to PGDG repo and use our packages as a > > whole. > > > > ...or you can edit /etc/yum.repos.d/pgdg-redhat-all.repo file, and > add > > > > exclude=libpq5 > > > > under the [pgdg-common] section so that dnf will ignore that. > > > > Regards, > > > > > > -- > > Devrim Gündüz > > Open Source Solution Architect, PostgreSQL Major Contributor > > Twitter: @DevrimGunduz , @DevrimGunduzTR > > > > > > > > -- > > Kind Regards, > > Paul Brindusa > > [email protected] <mailto:[email protected]> > > -- > Adrian Klaver > [email protected] > > -- Kind Regards, Paul Brindusa [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: libpq5 error @ 2024-10-08 15:53 Adrian Klaver <[email protected]> parent: Paul Brindusa <[email protected]> 0 siblings, 1 reply; 5+ messages in thread From: Adrian Klaver @ 2024-10-08 15:53 UTC (permalink / raw) To: Paul Brindusa <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; pgsql-general On 10/8/24 08:23, Paul Brindusa wrote: > Hi guys, > > I've just retried patching the host as we speak with no luck, I am > getting the exact same thing. > Following Devrim's guidance i've manually upgraded the repo file that > came down via dnf and still getting the mismatch error: > > > Error: Transaction test error: > file /usr/share/pgsql/postgres.bki from install of > libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package > postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 > file /usr/share/pgsql/system_constraints.sql from install of > libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package > postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 > > Any ideas? Yes show us the exact changes you made, including the file names of the files changed. -- Adrian Klaver [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: libpq5 error @ 2024-10-08 15:56 Paul Brindusa <[email protected]> parent: Adrian Klaver <[email protected]> 0 siblings, 1 reply; 5+ messages in thread From: Paul Brindusa @ 2024-10-08 15:56 UTC (permalink / raw) To: Adrian Klaver <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; pgsql-general I just ran from the host dnf update -y pgdg-redhat-repo. And retried dnf update -y libpq5 which comes back again with: file /usr/share/pgsql/postgres.bki from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 file /usr/share/pgsql/system_constraints.sql from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 On Tue, Oct 8, 2024 at 4:53 PM Adrian Klaver <[email protected]> wrote: > On 10/8/24 08:23, Paul Brindusa wrote: > > Hi guys, > > > > I've just retried patching the host as we speak with no luck, I am > > getting the exact same thing. > > Following Devrim's guidance i've manually upgraded the repo file that > > came down via dnf and still getting the mismatch error: > > > > > > Error: Transaction test error: > > file /usr/share/pgsql/postgres.bki from install of > > libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package > > postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 > > file /usr/share/pgsql/system_constraints.sql from install of > > libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package > > postgresql-server-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 > > > > Any ideas? > > Yes show us the exact changes you made, including the file names of the > files changed. > > -- > Adrian Klaver > [email protected] > > -- Kind Regards, Paul Brindusa [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: libpq5 error @ 2024-10-08 16:01 Adrian Klaver <[email protected]> parent: Paul Brindusa <[email protected]> 0 siblings, 1 reply; 5+ messages in thread From: Adrian Klaver @ 2024-10-08 16:01 UTC (permalink / raw) To: Paul Brindusa <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; pgsql-general On 10/8/24 08:56, Paul Brindusa wrote: > I just ran from the host dnf update -y pgdg-redhat-repo. > And retried dnf update -y libpq5 which comes back again with: That is not what Devrin suggested, go back and read: https://www.postgresql.org/message-id/0a805069f207406b6c68a023bda5a9bbcda1db16.camel%40gunduz.org -- Adrian Klaver [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: libpq5 error @ 2024-10-08 17:00 Paul Brindusa <[email protected]> parent: Adrian Klaver <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Paul Brindusa @ 2024-10-08 17:00 UTC (permalink / raw) To: Adrian Klaver <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; pgsql-general Right, I was thinking that I would be able to get away with updating the repo file and fixing the issue that way. I've just checked the packages with dnf whatprovides postrgres and indeed everything is coming down from Red Hat repos: postgresql-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 : PostgreSQL client programs Repo : @System postgresql-15.8-1.module+el9.4.0+25512+c6b50a48.x86_64 : PostgreSQL client programs Repo : appstream If I were to move in getting the packages just from pgdg we need just the [pgdg-common] block? On Tue, Oct 8, 2024 at 5:01 PM Adrian Klaver <[email protected]> wrote: > On 10/8/24 08:56, Paul Brindusa wrote: > > I just ran from the host dnf update -y pgdg-redhat-repo. > > And retried dnf update -y libpq5 which comes back again with: > > That is not what Devrin suggested, go back and read: > > > https://www.postgresql.org/message-id/0a805069f207406b6c68a023bda5a9bbcda1db16.camel%40gunduz.org > > > > -- > Adrian Klaver > [email protected] > > -- Kind Regards, Paul Brindusa [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2024-10-08 17:00 UTC | newest] Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2024-10-08 15:23 Re: libpq5 error Paul Brindusa <[email protected]> 2024-10-08 15:53 ` Adrian Klaver <[email protected]> 2024-10-08 15:56 ` Paul Brindusa <[email protected]> 2024-10-08 16:01 ` Adrian Klaver <[email protected]> 2024-10-08 17:00 ` Paul Brindusa <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox