[postgis-users] Upgrading to Geos 2.1.2 from 2.1.0
Daniel
daniel.faivre at camptocamp.com
Thu Jun 23 01:52:00 PDT 2005
What you have done isn't enough for a postgis upgrade. take a look at
postgis docs for upgrades.
To upgrade, you must:
1) dump your db. Hint: do not dump postgis functions (do it by script,
for example)
2) delete your db. Hint: try a restore before.
2) upgrade your postgis version.
3) re-create your db.
4) enable your new postgis version for your db.
5) restore your data from backup.
Yours,
dF
Stefano B. wrote:
> Hi, I have upgraded geos to 2.1.2 version but when i type
>
> select postgis_geos_version()
>
> I get "2.1.0"
>
> I did the following steps:
>
> 1) make uninstall (From geos 2.1.0 dir)
> 2) compiled geos 2.1.2 and make install .... ok
> 3) create a new postgis database from an old one with the
> postgis_restore procedure
>
> and the new database has the old version on Geos (2.1.0).
>
> Why?
>
> Thanks in advance.
> Stefano
>
>------------------------------------------------------------------------
>
>_______________________________________________
>postgis-users mailing list
>postgis-users at postgis.refractions.net
>http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: daniel.faivre.vcf
Type: text/x-vcard
Size: 323 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20050623/21beb495/attachment.vcf>
More information about the postgis-users
mailing list