Changes between Version 26 and Version 27 of PakistanDeploymentCycle
- Timestamp:
- 08/30/10 17:47:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDeploymentCycle
v26 v27 52 52 * Use Fabric: 53 53 * Current status: https://gist.github.com/2b6c811432c8c736ad3f 54 * 54 * Add migration (CLI as web2py) 55 * Check sql.log for success before continuing 56 * If it fails, it would be lovely to be told which table failed (in sql.log) & also launch a mysql prompt with 'show innodb status;' (parsed?) & potentially even having mysql fix it automatically (all possible for sure, but lower priority than the core) 55 57 * Add rollback() by reading VERSION before {{{bzr pull}}}, so then can {{{bzr revert -r $version}}} 56 58 * Background: http://lethain.com/entry/2008/nov/04/deploying-django-with-fabric/