Edgewall Software

Changes between Version 47 and Version 48 of TracUpgrade


Ignore:
Timestamp:
Dec 7, 2007, 9:12:11 PM (16 years ago)
Author:
Christian Boos
Comment:

Fix small errors and adapt content to the new toplevel location

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v47 v48  
    22[[TracGuideToc]]
    33
    4 A [wiki:TracEnvironment Trac environment] needs to be upgraded before it can be used with Trac-0.11. This document describes the steps necessary to upgrade an environment.
     4A [TracEnvironment Trac environment] needs to be upgraded before it can be used with Trac 0.11. This document describes the steps necessary to upgrade an environment.
    55
    6  '''Note''': ''Environment upgrades are not necessary for minor version releases unless otherwise noted.
     6Environment upgrades are not necessary for minor version releases unless otherwise noted.
    77
    8  '''Note''': ''A database change is required, so it is no longer safe to switch back from 0.11 to 0.10.
    9 
    10  '''Beware:''' milestone:0.11 still says it is safe to switch between 0.10.4 and 0.11dev
    118
    129== Instructions ==
     
    1613=== Update the Trac Code ===
    1714
    18 Get the new version as described in wiki:0.11/TracInstall, or your operation system specific procedure.
     15Get the new version as described in TracInstall, or your operation system specific procedure.
    1916
    2017If you do a manual (not operating system specific) upgrade, you may also later on want to remove the existing Trac code by deleting the `trac` directory from the Python `lib/site-packages` directory.
     
    2724You may also want to remove the Trac `cgi-bin`, `htdocs`, `templates` and `wiki-default` directories that are commonly found in a directory called `share/trac` (the exact location depends on your platform).
    2825
    29 > If You had the webadmin components, You should disable (remove from config file) webadmin.* -  now Admin is part of the Trac code base.
    30 
     26> If you had the webadmin plugin installed, you can now uninstall it as it is now part of the Trac code base.
    3127
    3228
    3329=== Upgrade the Trac Environment ===
    3430
    35 After restarting, Trac should show the instances which need a manual upgrade via the automated upgrade scripts to ease the pain. These scripts are run via [wiki:TracAdmin trac-admin]:
     31After restarting, Trac should show the instances which need a manual upgrade via the automated upgrade scripts to ease the pain. These scripts are run via [TracAdmin trac-admin]:
    3632{{{
    3733trac-admin /path/to/projenv upgrade
     
    4743=== Update the Trac Documentation ===
    4844
    49 Every [wiki:TracEnvironment Trac environment] includes a copy of the Trac documentation for the installed version. As you probably want to keep the included documentation in sync with the installed version of Trac, [wiki:TracAdmin trac-admin] provides a command to upgrade the documentation:
     45Every [TracEnvironment Trac environment] includes a copy of the Trac documentation for the installed version. As you probably want to keep the included documentation in sync with the installed version of Trac, [TracAdmin trac-admin] provides a command to upgrade the documentation:
    5046{{{
    5147trac-admin /path/to/projenv wiki upgrade
     
    5551
    5652=== Trac Macros, Plugins ===
    57 The Trac macros will need to be adapted, as the old-style wiki-macros are not supported anymore (due to the drop of ClearSilver and the HDF); they need to be converted to the new-style macros.
     53The Trac macros will need to be adapted, as the old-style wiki-macros are not supported anymore (due to the drop of ClearSilver and the HDF); they need to be converted to the new-style macros, see TracWikiMacros.
    5854
    5955
     
    6359== Known Issues ==
    6460=== parent dir ===
    65 If you use a trac parent env configuration and one of the plugines in one child does not work, none of the children work.
     61If you use a trac parent env configuration and one of the plugins in one child does not work, none of the children work.
    6662
    6763== Changing Database Backend ==
     
    7268== Older Versions ==
    7369
    74 For upgrades from former versions refer to TracUpgrade.
     70For upgrades from former versions refer to wiki:0.10/TracUpgrade.
    7571
    7672-----