Changes between Version 8 and Version 9 of Ticket #84, comment 3
- Timestamp:
- May 28, 2018 1:22:54 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #84, comment 3
v8 v9 1 2 The 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 {{{ 6 psql -h localhost -p 5432 -W -U postgres eda2.0 7 dbeel=# CREATE EXTENSION postgis 8 dbeel=# CREATE EXTENSION postgis_topology 9 }}} 10 11 = First set if trials (see manual below for the version that works) = 12 1 13 2 14 http://www.postgis.org/docs/postgis_installation.html