20 | ˆà | You may also want to remove the pre-existing Trac code by deleting the `trac` directory from the Python `lib/site-packages` directory, or remove Trac .eggs from former versions.ˆà |
21 | ˆà | The location of the site-packages directory depends on the operating system, and the location in which Python was installed. However, the following locations are common:ˆà |
22 | ˆà | * on Linux: /usr/lib/python2.X/site-packagesˆà |
23 | ˆà | * on Windows: C:\Python2.X\lib\site-packagesˆà |
24 | ˆà | * on MacOSX: /Library/Python/2.X/site-packagesˆà |
ˆà | 25 | You may also want to remove the pre-existing Trac code by deleting the `trac` directory from the Python `lib/site-packages` directory, or remove Trac `.egg` files from former versions.ˆà |
ˆà | 26 | The location of the site-packages directory depends on the operating system and the location in which Python was installed. However, the following locations are typical:ˆà |
ˆà | 27 | * on Linux: `/usr/lib/python2.X/site-packages`ˆà |
ˆà | 28 | * on Windows: `C:\Python2.X\lib\site-packages`ˆà |
ˆà | 29 | * on MacOSX: `/Library/Python/2.X/site-packages`ˆà |
60 | ˆà | === 4. Resynchronize the Trac Environment Against the Source Code Repository ===ˆà |
ˆà | 61 | ˆà |
ˆà | 62 | === 5. Refresh static resources ===ˆà |
ˆà | 63 | ˆà |
ˆà | 64 | If you have set up a web server to give out static resources directly (accessed using the `/chrome/` URL) then you will need to refresh them using the same command:ˆà |
ˆà | 65 | {{{ˆà |
ˆà | 66 | trac-admin /path/to/env deploy /deploy/pathˆà |
ˆà | 67 | }}}ˆà |
ˆà | 68 | this will extract static resources and CGI scripts (`trac.wsgi`, etc) from new Trac version and its plugins into `/deploy/path`.ˆà |
ˆà | 69 | ˆà |
ˆà | 70 | Some web browsers (IE, Opera) cache CSS and Javascript files aggressively, so you may need to instruct your users to manually erase the contents of their browser's cache, a forced refreshed (`<F5>`) should be enough.ˆà |
ˆà | 71 | {{{#!commentˆà |
ˆà | 72 | Remove above note once #9936 is fixed.ˆà |
ˆà | 73 | }}}ˆà |
ˆà | 74 | ˆà |
ˆà | 75 | === 6. Steps specific to a given Trac version ===ˆà |
ˆà | 76 | ==== Upgrading from Trac 0.11 to Trac 0.12 ====ˆà |
ˆà | 77 | ˆà |
ˆà | 78 | ===== Python 2.3 no longer supported =====ˆà |
ˆà | 79 | The minimum supported version of python is now 2.4ˆà |
ˆà | 80 | ˆà |
ˆà | 81 | ===== SQLite v3.x required =====ˆà |
ˆà | 82 | SQLite v2.x is no longer supported. If you still use a Trac database of this format, you'll need to convert it to SQLite v3.x first. See [trac:PySqlite#UpgradingSQLitefrom2.xto3.x] for details.ˆà |
ˆà | 83 | ˆà |
ˆà | 84 | ===== PySqlite 2 required =====ˆà |
ˆà | 85 | PySqlite 1.1.x is no longer supported. Please install 2.5.5 or later if possible (see [#Tracdatabaseupgrade Trac database upgrade] below).ˆà |
ˆà | 86 | ˆà |
ˆà | 87 | ===== Multiple Repository Support =====ˆà |
ˆà | 88 | The latest version includes support for multiple repositories. If you plan to add more repositories to your Trac instance, please refer to TracRepositoryAdmin#Migration.ˆà |
ˆà | 89 | ˆà |
ˆà | 90 | This may be of interest to users with only one repository, since there's now a way to avoid the potentially costly resync check at every request.ˆà |
ˆà | 91 | ˆà |
ˆà | 92 | ===== Resynchronize the Trac Environment Against the Source Code Repository =====ˆà |
68 | ˆà | === 5. Steps specific to a given Trac version ===ˆà |
69 | ˆà | ==== Upgrading to Trac 0.11 ====ˆà |
70 | ˆà | ===== Site Templates =====ˆà |
71 | ˆà | The templating engine has changed in 0.11, please look at TracInterfaceCustomization for more information.ˆà |
ˆà | 100 | ===== Improved repository synchronization =====ˆà |
ˆà | 101 | In addition to supporting multiple repositories, there is now a more efficient method for synchronizing Trac and your repositories.ˆà |
ˆà | 102 | ˆà |
ˆà | 103 | While you can keep the same synchronization as in 0.11 adding the post-commit hook as outlined in TracRepositoryAdmin#Synchronization and TracRepositoryAdmin#ExplicitSync will allow more efficient synchronization and is more or less required for multiple repositories.ˆà |
ˆà | 104 | ˆà |
ˆà | 105 | Note that if you were using the `trac-post-commit-hook`, ''you're strongly advised to upgrade it'' to the new hook documented in the above references, as the old hook will not work with anything else than the default repository and even for this case, it won't trigger the appropriate notifications.ˆà |
ˆà | 106 | ˆà |
ˆà | 107 | ===== Authz permission checking =====ˆà |
ˆà | 108 | The authz permission checking has been migrated to a fine-grained permission policy. If you use authz permissions (aka `[trac] authz_file` and `authz_module_name`), you must add `AuthzSourcePolicy` in front of your permission policies in `[trac] permission_policies`. You must also remove `BROWSER_VIEW`, `CHANGESET_VIEW`, `FILE_VIEW` and `LOG_VIEW` from your global permissions (with `trac-admin $ENV permission remove` or the "Permissions" admin panel).ˆà |
ˆà | 109 | ˆà |
ˆà | 110 | ===== Microsecond timestamps =====ˆà |
ˆà | 111 | All timestamps in database tables (except the `session` table) have been changed from "seconds since epoch" to "microseconds since epoch" values. This change should be transparent to most users, except for custom reports. If any of your reports use date/time columns in calculations (e.g. to pass them to `datetime()`), you must divide the values retrieved from the database by 1'000'000. Similarly, if a report provides a calculated value to be displayed as a date/time (i.e. with a column named "time", "datetime", "changetime", "date", "created" or "modified"), you must provide a microsecond timestamp, that is, multiply your previous calculation with 1'000'000.ˆà |
ˆà | 112 | ˆà |
ˆà | 113 | ==== Upgrading from Trac 0.10 to Trac 0.11 ====ˆà |
ˆà | 114 | ===== Site Templates and Styles =====ˆà |
ˆà | 115 | The templating engine has changed in 0.11 to Genshi, please look at TracInterfaceCustomization for more information.ˆà |
ˆà | 116 | ˆà |
ˆà | 117 | If you are using custom CSS styles or modified templates in the `templates` directory of the TracEnvironment, you will need to convert them to the Genshi way of doing things. To continue to use your style sheet, follow the instructions at TracInterfaceCustomization#SiteAppearance.ˆà |
93 | ˆà | === some core modules won't load === ˆà |
94 | ˆà | This can happen in particular with Python 2.3 on Windows when upgrading without uninstalling first.ˆà |
95 | ˆà | Some modules were previously capitalized and were changed to lower case, e.g. trac/About.py became trac/about.py. You may find such messages in the Trac log:ˆà |
96 | ˆà | {{{ˆà |
97 | ˆà | ERROR: Skipping "trac.about = trac.about": (can't import "No module named about")ˆà |
98 | ˆà | }}}ˆà |
99 | ˆà | Remove the `Lib/site-packages/trac` folder and reinstall.ˆà |
ˆà | 141 | === Customized Templatesˆà |
ˆà | 142 | ˆà |
ˆà | 143 | Trac supports customization of its Genshi templates by placing copies of the templates in the `<env>/templates` folder of your [TracEnvironment environment] or in a common location specified in the [[TracIni#GlobalConfiguration| [inherit] templates_dir]] configuration setting. If you choose to do so, be wary that you will need to repeat your changes manually on a copy of the new templates when you upgrade to a new release of Trac (even a minor one), as the templates will likely evolve. So keep a diff around ;-)ˆà |
ˆà | 144 | ˆà |
ˆà | 145 | The preferred way to perform TracInterfaceCustomization is to write a custom plugin doing an appropriate `ITemplateStreamFilter` transformation, as this is more robust in case of changes: we usually won't modify element `id`s or change CSS `class`es, and if we have to do so, this will be documented in the TracDev/ApiChanges pages.ˆà |
ˆà | 146 | ˆà |
ˆà | 147 | === !ZipImportError ===ˆà |
ˆà | 148 | ˆà |
ˆà | 149 | Due to internal caching of zipped packages, whenever the content of the packages change on disk, the in-memory zip index will no longer match and you'll get irrecoverable !ZipImportError errors. Better anticipate and bring your server down for maintenance before upgrading.ˆà |
ˆà | 150 | See [trac:#7014] for details.ˆà |
105 | ˆà | == Changing Database Backend ==ˆà |
106 | ˆà | === SQLite to PostgreSQL ===ˆà |
ˆà | 157 | A 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 [trac:#9434].ˆà |
ˆà | 158 | ˆà |
ˆà | 159 | === parent dir ===ˆà |
ˆà | 160 | If you use a trac parent env configuration and one of the plugins in one child does not work, none of the children work.ˆà |
ˆà | 161 | ˆà |
ˆà | 162 | == Related topicsˆà |
ˆà | 163 | ˆà |
ˆà | 164 | === Upgrading Python ===ˆà |
ˆà | 165 | ˆà |
ˆà | 166 | Upgrading 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.ˆà |
ˆà | 167 | ˆà |
ˆà | 168 | ==== Windows and Python 2.6 ====ˆà |
ˆà | 169 | ˆà |
ˆà | 170 | If you've been using !CollabNet's Subversion package, you may need to uninstall that in favor of [http://alagazam.net/ Alagazam], which has the Python bindings readily available (see TracSubversion). The good news is, that works with no tweaking.ˆà |
ˆà | 171 | ˆà |
ˆà | 172 | === Changing Database Backend ===ˆà |
ˆà | 173 | ==== SQLite to PostgreSQL ====ˆà |