Edgewall Software

Changes between Version 20 and Version 21 of TracUpgrade


Ignore:
Timestamp:
Oct 31, 2005, 12:35:40 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Note about upgrading with a PostgreSQL DB

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v20 v21  
    3030}}}
    3131
    32 This command will do nothing if the environment is already up-to-date. [[BR]]
     32This command will do nothing if the environment is already up-to-date.
     33
     34Note that if you are using a PostgreSQL database, this command will fail with the message that the environment can only be backed up when you use an SQLite database. This means that you will have to backup the repository and the database manually. Then, to perform the actual upgrade, run:
     35{{{
     36trac-admin /path/to/projenv upgrade --no-backup
     37}}}
    3338
    3439=== Update the Trac Documentation ===
     
    4348=== Restart the Web Server ===
    4449
    45 In order to reload the new Trac code you will need to restart your web server (note this is not necessary for plain old CGI, although CGI is discouraged for performance reasons).
     50In order to reload the new Trac code you will need to restart your web server (note this is not necessary for [wiki:TracCgi CGI]).
    4651
    4752== Specific Versions ==