Changes between Version 26 and Version 27 of PakistanDeploymentCycle


Ignore:
Timestamp:
08/30/10 17:47:35 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDeploymentCycle

    v26 v27  
    5252  * Use Fabric:
    5353   * 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)
    5557    * Add rollback() by reading VERSION before {{{bzr pull}}}, so then can {{{bzr revert -r $version}}}
    5658   * Background: http://lethain.com/entry/2008/nov/04/deploying-django-with-fabric/