Edgewall Software

Changes between Version 77 and Version 78 of TracUpgrade


Ignore:
Timestamp:
Aug 4, 2010, 9:33:02 PM (14 years ago)
Author:
mikec@…
Comment:

Added notes about upgrading the Python version

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v77 v78  
    132132A known issue in some versions of PySqlite (2.5.2-2.5.4) prevents the trac-admin upgrade script from successfully upgrading the database format. It is advised to use either a newer or older version of the sqlite python bindings to avoid this error. For more details see ticket #9434.
    133133
     134== Upgrading Python ==
     135
     136Upgrading Python to a newer version will require reinstallation of Python packages: Trac of course; also [http://pypi.python.org/pypi/setuptools easy_install], if you've been using that.  Assuming you're using Subversion, you'll also need to upgrade the Python bindings for svn.
     137
     138=== Windows and Python 2.6 ===
     139
     140If you've been using !CollabNet's Subversion package, you may need to uninstall that in favor of [http://alagazam.net/ Algazam], which has the Python bindings readily available (see TracSubversion).  The good news is, that works with no tweaking.
     141
    134142== Changing Database Backend ==
    135143=== SQLite to PostgreSQL ===