From 0100cc2759dc7884dbe04501e8d62e2d9f46f63c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 13 Mar 2014 21:26:36 +0000 Subject: [PATCH] #2551: documentation upgrade (old way update) but revised to reflect we no longer have version number on update scripts. git-svn-id: http://svn.osgeo.org/postgis/trunk@12325 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index f050f8d48..bec9baca2 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1418,12 +1418,10 @@ pretty_address This section applies only to those who installed PostGIS not using extensions. If you have extensions and try to upgrade with this approach you'll get messages like: can't drop ... because postgis extension depends on it - After compiling you should find several postgis_upgrade*.sql files. Install the one - for your version of PostGIS. For example postgis_upgrade_21_to_22.sql should be used if you are upgrading - from PostGIS 2.1 to 2.2. If you are moving from PostGIS 1.* to PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD UPGRADE. + After compiling and installing (make install) you should find a postgis_upgrade.sql and rtpostgis_upgrade.sql in the installation folders. For example /usr/share/postgresql/9.3/contrib/postgis_upgrade.sql. Install the postgis_upgrade.sql. If you have raster functionality installed, you will also need to install the /usr/share/postgresql/9.3/contrib/postgis_upgrade.sql. If you are moving from PostGIS 1.* to PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD UPGRADE. - psql -f postgis_upgrade_22_minor.sql -d your_spatial_database + psql -f postgis_upgrade.sql -d your_spatial_database The same procedure applies to raster and @@ -1433,8 +1431,8 @@ pretty_address If you need them: - psql -f rtpostgis_upgrade_22_minor.sql -d your_spatial_database - psql -f topology_upgrade_22_minor.sql -d your_spatial_database + psql -f rtpostgis_upgrade.sql -d your_spatial_database + psql -f topology_upgrade.sql -d your_spatial_database -- 2.50.1