Changes between Version 18 and Version 19 of UserGuidelines/Admin/Upgrade
- Timestamp:
- 10/02/14 09:36:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/Upgrade
v18 v19 37 37 38 38 Usage: 39 {{{ 39 40 wget http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Admin/Upgrade/db_migration_4_gis.sh 40 41 chmod +x db_migration_4_gis.sh 41 42 clean test # Update the Test instance with current Prod data 42 43 ./db_migration_4_gis.sh test 44 }}} 43 45 44 46 Test it out & confirm that all is working for you, then repeat for Prod: 47 {{{ 45 48 ./db_migration_4_gis.sh prod 49 }}} 46 50 == Old == 47 51 === Fabfile ===