[PostGIS] #5584: PostGIS Upgrade Issue
PostGIS
trac at osgeo.org
Sat Nov 18 14:22:25 PST 2023
#5584: PostGIS Upgrade Issue
---------------------------+-------------------------------
Reporter: rama | Owner: strk
Type: defect | Status: new
Priority: critical | Milestone: PostGIS Packaging
Component: upgrade/soft | Version: 3.3.x
Resolution: | Keywords: windows
---------------------------+-------------------------------
Comment (by robe):
Slight correction I forgot you already said you can't upgrade pgrouting,
so yes the solution sadly is to
{{{
DROP EXTENSION pgrouting; -- it will fail, not all the views it complains
about, save the definitions and drop them
CREATE EXTENSION pgrouting;
-- recreate your views
}}}
regarding Issue 1, I think we have a fix for this in upcoming PostGIS
release.
But what you said, change the ownership of the functions being complained
about to postgres should work.
A simpler solution, I think the check only complains if they owner of the
function is not a super user. So what you could try is make xyz a super
user just before you run the upgrade. You can get rid of the super user
status after.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5584#comment:20>
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