Changes between Version 3 and Version 4 of MaintenanceGuidelines


Ignore:
Timestamp:
01/24/10 16:56:23 (15 years ago)
Author:
Praneeth Bodduluri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MaintenanceGuidelines

    v3 v4  
    11 * [wiki:DeveloperGuidelinesWeb2PyUpdate How to update Web2Py?]
    22 * 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
     3 * [http://pypi.python.org/pypi/pytz/ PyTZ] will need to be updated if the system will be used in timezones which change[[BR]]
     4
     5'''Note''' : [[BR]]
     6
     71) The databases directory contains what web2py knows about your database[[BR]]
     82) You need to set Migrate=True in 00_db.py before you update the code and switch back to Migrate = False later on.[[BR]]
     93) In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.[[BR]]