[postgis-devel] [PostGIS] #1367: Provide a clear upgrade path to 2.0
PostGIS
trac at osgeo.org
Mon Dec 12 15:00:41 PST 2011
#1367: Provide a clear upgrade path to 2.0
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
My current idea is:
1. pg_dump -Fc > old.dump
1. createdb newdb && spatially enable it
1. utils/new_postgis_restore.pl old.dump | psql newdb
I've been working on making this model work.
Can you see conceptual issues with it ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1367#comment:1>
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-devel
mailing list