[postgis-tickets] [PostGIS] #5582: Error upgrading data cluster
PostGIS
trac at osgeo.org
Tue Oct 24 22:19:21 PDT 2023
#5582: Error upgrading data cluster
------------------------------------+---------------------------
Reporter: lucadelu | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: build/upgrade/install | Version: 3.4.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
Can you give us the output below for your existing postgis install.
{{{
SELECT postgis_full_version(), version()
}}}
I was thinking maybe you had forgotten to run
{{{
SELECT postgis_extensions_upgrade();
}}}
But that function you have in the postgis-3.so complaint is a function
introduced in 3.4 so should be there in both installs unless somehow your
PG15 is got an .so for an older version like possibly 3.3.
What distro are you using for PostGIS? Could be a bug in the distro
giving you an older version of PostGIS in PG15
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5582#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list