Changes between Version 5 and Version 6 of MaintenanceGuidelines


Ignore:
Timestamp:
06/14/10 12:24:33 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MaintenanceGuidelines

    v5 v6  
     1== Maintenance Guidelines ==
     2
    13 * [wiki:DeveloperGuidelinesWeb2PyUpdate How to update Web2Py?]
    24 * Updating Model in Production: http://groups.google.com/group/web2py/browse_thread/thread/5bda2edef0ad656d
    3  * [http://pypi.python.org/pypi/pytz/ PyTZ] will need to be updated if the system will be used in timezones which change[[BR]]
     5 * [http://pypi.python.org/pypi/pytz/ PyTZ] will need to be updated if the system will be used in timezones which change
    46
    5 '''Note''' : [[BR]]
     7'''Note''' :
     8 1. The databases directory contains what web2py knows about your database
     9 2. You need to set Migrate=True in {{{models/000_config.py}}} before you update the code and switch back to Migrate = False later on.
     10 3. In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.
    611
    7 1) The databases directory contains what web2py knows about your database[[BR]]
    8 2) 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]]
    9 3) In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.[[BR]]
     12----
     13DeveloperGuidelinesDataMigration