From: Regina Obe Date: Mon, 4 Nov 2013 20:51:54 +0000 (+0000) Subject: #2517 change to reflect using 2.2 scripts instead of 2.0 scripts X-Git-Tag: 2.2.0rc1~1308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=695d08ed44283a2b58b8f6f1395c05d2483ece31;p=postgis #2517 change to reflect using 2.2 scripts instead of 2.0 scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@12082 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index a67ddb79a..f050f8d48 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -656,7 +656,7 @@ be backed up when the respective postgis or postgis_ As of PostGIS 2.0.1, only srid records not packaged with PostGIS are backed up when the database is backed up so don't go around changing srids we package and expect your changes to be there. Put in a ticket if you find an issue. The structures of extension tables are never backed up since they are created with CREATE EXTENSION and assumed to be the same for a given version of an extension. These behaviors are built into the current PostgreSQL extension model, so nothing we can do about it. -If you installed &last_release_version;, without using our wonderful extension system, you can change it to be extension based by first upgrading to the latest micro version running the upgrade scripts: postgis_upgrade_20_minor.sql,raster_upgrade_20_minor.sql,topology_upgrade_20_minor.sql. +If you installed &last_release_version;, without using our wonderful extension system, you can change it to be extension based by first upgrading to the latest micro version running the upgrade scripts: postgis_upgrade_22_minor.sql,raster_upgrade_22_minor.sql,topology_upgrade_22_minor.sql. If you installed postgis without raster support, you'll need to install raster support first (using the full rtpostgis.sql Then you can run the below commands to package the functions in their respective extension. CREATE EXTENSION postgis FROM unpackaged; @@ -1419,11 +1419,11 @@ pretty_address 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_13_to_15.sql should be used if you are upgrading - from PostGIS 1.3 to 1.5. If you are moving from PostGIS 1.* to PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD UPGRADE. + 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. - psql -f postgis_upgrade_20_minor.sql -d your_spatial_database + psql -f postgis_upgrade_22_minor.sql -d your_spatial_database The same procedure applies to raster and @@ -1433,8 +1433,8 @@ pretty_address If you need them: - psql -f rtpostgis_upgrade_20_minor.sql -d your_spatial_database - psql -f topology_upgrade_20_minor.sql -d your_spatial_database + psql -f rtpostgis_upgrade_22_minor.sql -d your_spatial_database + psql -f topology_upgrade_22_minor.sql -d your_spatial_database