Changes between Version 4 and Version 5 of MaintenanceGuidelines


Ignore:
Timestamp:
06/14/10 11:51:14 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MaintenanceGuidelines

    v4 v5  
    66
    771) The databases directory contains what web2py knows about your database[[BR]]
    8 2) You need to set Migrate=True in 00_db.py before you update the code and switch back to Migrate = False later on.[[BR]]
     82) You need to set Migrate=True in {{{models/000_config.py}}} before you update the code and switch back to Migrate = False later on.[[BR]]
    993) In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.[[BR]]