| 32 | |
| 33 | This 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 | |
| 36 | It has been tested with both MySQL & PostgreSQL |
| 37 | |
| 38 | Usage: |
| 39 | wget http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Admin/Upgrade/db_migration_4_gis.sh |
| 40 | chmod +x db_migration_4_gis.sh |
| 41 | clean test # Update the Test instance with current Prod data |
| 42 | ./db_migration_4_gis.sh test |
| 43 | |
| 44 | Test it out & confirm that all is working for you, then repeat for Prod: |
| 45 | ./db_migration_4_gis.sh prod |