[postgis-tickets] [PostGIS] #4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev (ST_AsGeoJSON)
PostGIS
trac at osgeo.org
Tue Oct 15 00:54:03 PDT 2019
#4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev
(ST_AsGeoJSON)
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by myon):
{{{
pg_upgradecluster 12 main.old --rename main -m upgrade --old-
bindir=/var/tmp/postgresql-12-201907221/bin
}}}
The old bin directory is needed so it can actually read the old data
directory which was using a different catalog version.
When implementing this I thought extension modules were not necessary for
dumping the old catalog structure, but that's wrong. We should copy the
whole bin+lib directories instead.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4483#comment:22>
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