Changes between Version 51 and Version 52 of PakistanDeploymentCycle
- Timestamp:
- 09/06/10 17:05:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDeploymentCycle
v51 v52 37 37 === 1. Upgrade Live with code release from UAT === 38 38 * Read VERSION from UAT to know which revision to pull to live 39 * maintenance_on() 40 * migrate_on() 39 41 * pull() 40 42 * the script should fall back to 'bzr pull' but support an 'update XXX' arg to 'bzr pull -r XXX' 41 * Extend th is line to cover all files (in Models at least): {{{run("mv ~web2py/applications/eden/models/000_config.py.THIS ~web2py/applications/eden/models/000_config.py", pty=True)}}}43 * Extend the cleanup() line to cover all files (in Models at least) 42 44 * either parse the bzr output or search filesystem - whichever is easier/quicker 43 45 * migrate … … 46 48 * resolve any migration failures 47 49 * we should be able to have a script developed during the UAT upgrade to do this automatically 48 * migrate off49 50 * migrate_off() 51 * maintenance_off() 50 52 === 2. Refresh the UAT database with data from Live === 51 53 * Include 'uploads' folder