Hi, On Tue, 2024-02-20 at 22:37 +0530, Nikhil Shetty wrote: > I upgraded the existing PostGIS 3.1.2 to 3.3.5 on PG13 but now when I > am trying to install PostGIS 3.3.5 for PG15 , I am getting below error > > Error: Transaction test error: > > file /usr/lib/.build-id/b6/89201f4430759c8544cd168dc6ba3e24f7d912 > from install of postgis33_15-client-3.3.5-1PGDG.rhel8.x86_64 conflicts > with file from package postgis33_13-client-3.3.5-1PGDG.rhel8.x86_64
(RPM packager speaking) From packaging point of view this means raster2pgsql has the same build id between 13 and 15, so that's why you are seeing this error. Let me see if I can do something there. Until then please remove postgis33_13 client package as it does not have anything to do with the update. After you are done, you can install postgis33_15. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR