diff options
author | vs <vs@FreeBSD.org> | 2005-02-04 00:22:10 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-04 00:22:10 +0800 |
commit | 63fa84399995880685c61dd2805bf59bbdb5ac3f (patch) | |
tree | 1d22099ebb5016c45f3763a762e2ae3c15b5e621 /japanese/trac/pkg-message | |
parent | 8cdbb733905b0c9acf8f8fd5f87d81bee2e12234 (diff) | |
download | freebsd-ports-gnome-63fa84399995880685c61dd2805bf59bbdb5ac3f.tar.gz freebsd-ports-gnome-63fa84399995880685c61dd2805bf59bbdb5ac3f.tar.zst freebsd-ports-gnome-63fa84399995880685c61dd2805bf59bbdb5ac3f.zip |
Update to 0.8
PR: ports/74922
Submitted by: Nik Clayton, Rui Lopes
Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'japanese/trac/pkg-message')
-rw-r--r-- | japanese/trac/pkg-message | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/japanese/trac/pkg-message b/japanese/trac/pkg-message index 0682ff5b9ef1..8cbbcfbb185a 100644 --- a/japanese/trac/pkg-message +++ b/japanese/trac/pkg-message @@ -1,21 +1,11 @@ ******************************************************************************* -Trac 0.7 has a new database format, requiring manual upgrade. -The following steps are needed to upgrade: -1) convert the old-style trac databases to new-style trac environments: +The Trac database schema was changed between versions 0.7.x and 0.8. Existing +environments must be upgraded before they can be used with Trac 0.8. - # tracdb2env /path/to/old/project.db /path/to/new/projectenv +Consult the upgrade instructions at: + http://projects.edgewall.com/trac/wiki/TracUpgrade - -2) update your httpd.conf. change the line - SetEnv TRAC_DB "/path/to/old/project.db" - to - SetEnv TRAC_ENV "/path/to/new/projectenv" - - -3) once you verified everything works fine, delete your old database: - - # rm /path/to/old/project.db ******************************************************************************* |