Edgewall Software

Changes between Version 69 and Version 70 of TracUpgrade


Ignore:
Timestamp:
May 12, 2010, 5:47:16 PM (14 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

upgrading Trac requires seven steps =/

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v69 v70  
    55== Instructions ==
    66
    7 Typically, there are five steps involved in upgrading to a newer version of Trac:
     7Typically, there are seven steps involved in upgrading to a newer version of Trac:
    88
    99=== 1. Update the Trac Code === #UpdatetheTracCode
     
    6464}}}
    6565
    66 === 5. Steps specific to a given Trac version  ===
     66=== 5. Refresh static resources ===
     67
     68If you've setup web server to give out static resources directly (accessed using /chrome/ URL) then you need to refresh them using the same command:
     69{{{
     70trac-admin /path/to/env deploy /deploy/path
     71}}}
     72this will extract static resources and CGI scripts (trac.wsgi, etc) from new Trac version and its plugins into `/deploy/path`.
     73
     74=== 6. Steps specific to a given Trac version  ===
    6775==== Upgrading from Trac 0.11 to Trac 0.12 ====
    6876===== Python 2.3 no longer supported =====
     
    104112If you had the webadmin plugin installed, you can uninstall it as it is part of the Trac code base since 0.11.
    105113
    106 === 6. Restart the Web Server === #RestarttheWebServer
     114=== 7. Restart the Web Server === #RestarttheWebServer
    107115
    108116If you are not running [wiki:TracCgi CGI], reload the new Trac code by restarting your web server.