Changes between Version 21 and Version 22 of UsersWikiWinUpgrade
- Timestamp:
- 05/26/12 19:40:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinUpgrade
v21 v22 2 2 General Hard upgrade instructions are documented in [http://www.postgis.org/documentation/manual-svn/postgis_installation.html#hard_upgrade PostGIS Hard Upgrade] 3 3 4 You need to do a hard upgrade if you are using a pre-alpha release of a major release such as the case with PostGIS 2.0 5 or you are upgrading from one major version to another e.g 0.*, 1.* --> 2.* 4 You need to do a hard upgrade if either: 5 * You are using a pre-alpha release of a major release, like pre-release PostGIS 2.0. 6 * You are upgrading from one major version to another, such as 0.* or 1.* to 2.*. 6 7 7 8 1. Create a backup of your postgis database as usual. You can do this with pg_dump as the instructions describe or !PgAdmin III by right-clicking on the database -> Backup. Make sure to use "Custom" backup for format if you are using !PgAdmin III.