Changes between Version 1 and Version 2 of ReleaseManagement


Ignore:
Timestamp:
01/20/10 21:29:44 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseManagement

    v1 v2  
    3232  * Sign-off for this to come from the group: ''tbc''
    3333  * A careful data migration plan is made
    34    * Disable system crontab
    35    * Website put into Maintenance Mode
    36    * Database is backed-up
     34
     35 * Backup
     36  * Disable system crontab
     37   * {{{vim /etc/crontab}}}
     38  * Website put into Maintenance Mode
     39   * {{{cd /home/haiti ; ./maintenance.on}}}
     40  * {{{cd /home/haiti/web2py ; python web2py.py -S prod -M -N}}}
     41{{{
     42db.export_to_csv_file(open('db.csv','wb'))
     43Ctrl+D
     44}}}
    3745
    3846 * DataMigration
     47  * {{{models/00_db.py}}}
     48   * {{{migrate = True}}}
     49  * {{{cd /home/haiti/web2py ; python web2py.py -S prod -M -N}}}
     50{{{
     51Ctrl+D
     52}}}
     53
     54 * Restore Service
     55  * Re-enable Website
     56   * {{{cd /home/haiti ; ./maintenance.off}}}
     57  * Re-enable system crontab
     58   * {{{vim /etc/crontab}}}
     59
    3960 * BluePrintSynchronisation
    4061
     
    4364 * haiti.sahanapy.org VM: 212.23.5.4
    4465 * /home/haiti/web2py/applications/prod
     66 * /etc/apache2/sites-enabled/prod
     67 * Sqlite
    4568 * Web2Py r1544
    4669 * Sahana Haiti r547
    47  * Sqlite
    4870 * Customisations:
     71  * models/00_db.py
     72   * migrate = False
    4973  * models/00_settings.py
    5074   * auth.settings.registration_requires_verification = True
     
    5377 * logistics.sahanapy.org VM: 212.23.5.5
    5478 * /home/haiti-test/web2py/applications/test
     79 * /etc/apache2/sites-enabled/haiti-test
     80 * MySQL ''hopefully''
    5581 * Web2Py r1544
    5682 * Sahana Haiti r547
    57  * MySQL ''hopefully''
    5883 * Customisations:
    5984  * models/00_db.py
     85   * migrate = False
    6086   * db = DAL('mysql://haititest:password@localhost/haititest', pool_size=10)
    6187  * models/00_settings.py
     
    6692 * logistics.sahanapy.org VM: 212.23.5.5
    6793 * /home/haiti-dev/web2py/applications/dev
     94 * /etc/apache2/sites-enabled/haiti-dev
     95 * [MySQL] ''hopefully''
    6896 * Web2Py r1544
    6997 * Sahana Haiti r547
    70  * [MySQL] ''hopefully''
    7198 * Customisations:
    7299  * models/00_db.py