Changes between Version 8 and Version 9 of Ticket #84, comment 3


Ignore:
Timestamp:
May 28, 2018 1:22:54 PM (7 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84, comment 3

    v8 v9  
     1 
     2The following details steps for hard updgrade which did not work for two reasons : 
     3 1 psql fails to create the extension, it works in pgadmin 
     4 2 the script did not get rid of a public.geometry in the ccm which I had to get rid off manually. 
     5{{{ 
     6psql -h localhost -p 5432 -W -U postgres eda2.0 
     7dbeel=# CREATE EXTENSION postgis 
     8dbeel=# CREATE EXTENSION postgis_topology 
     9}}} 
     10 
     11= First set if trials (see manual below for the version that works) = 
     12 
    113 
    214http://www.postgis.org/docs/postgis_installation.html