Changes between Version 17 and Version 18 of UserGuidelines/Admin/Upgrade


Ignore:
Timestamp:
10/02/14 09:33:37 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Upgrade

    v17 v18  
    2828
    2929== Example Scripts ==
     30=== GIS Schema Migration ===
    3031* http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/Admin/Upgrade/db_migration_4_gis.sh
     32
     33This is designed for use with uWSGI (i.e. Cherokee)
     34- it will need minor tweaking to work with Apache/mod_WSGI (i.e. the part for stop/starting the service)
     35
     36It has been tested with both MySQL & PostgreSQL
     37
     38Usage:
     39wget http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Admin/Upgrade/db_migration_4_gis.sh
     40chmod +x db_migration_4_gis.sh
     41clean test # Update the Test instance with current Prod data
     42./db_migration_4_gis.sh test
     43
     44Test it out & confirm that all is working for you, then repeat for Prod:
     45./db_migration_4_gis.sh prod
    3146== Old ==
    3247=== Fabfile ===