Changes between Version 16 and Version 17 of UsersWikiWinUpgrade
- Timestamp:
- 12/20/11 08:50:47 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinUpgrade
v16 v17 21 21 Note that !ActivePerl also has packages for MacOS, Linux, but is generally not necessary for those platforms since they come prepackaged with perl. 22 22 23 4. Create an upgrade.bat file with contents something like this :23 4. Create an upgrade.bat file with contents something like this and save in same folder as your database backup: 24 24 {{{ 25 25 set PGPORT=5432 … … 37 37 38 38 5. Edit the script accordingly to your path settings. Note that utils folder is packaged with the PostGIS tar balls 39 if not present in your PostGIS install. Download the tar ball for the PostGIS you want to upgrade too . [http://www.postgis.org/download/]39 if not present in your PostGIS install. Download the tar ball for the PostGIS you want to upgrade too and copy the utils folder to the same folder as your backup. [http://www.postgis.org/download/] 40 40 6. Right mouse click on the .bat file (you may have to choose -- Run as Administrator) 41 41
