Changes between Version 3 and Version 4 of Ticket #84, comment 3
- Timestamp:
- May 24, 2018 4:48:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #84, comment 3
v3 v4 75 75 pause 76 76 }}} 77 ------------------78 TODO here79 80 77 >> Edit the script accordingly to your path settings. Note that utils folder is packaged with the PostGIS tar balls 81 78 >>if not present in your PostGIS install. Download the tar ball for the PostGIS you want to upgrade to and copy the utils folder to the same folder as your backup. >>http://postgis.net/source … … 91 88 > OK works for that database 92 89 90 ------------------ 91 = EDA2.0 = 92 {{{#!sh 93 F: 94 cd F:/base 95 pg_dump -h 1.100.1.6 -p 5432 -U postgres -Fc -b -v -f "eda2.backup" eda2 96 }}} 97 98