23609dfbcd
PR: ports/68966 Submitted by: Aho K.F. Li <thinker@branda.to> (maintainer)
21 lines
654 B
Text
21 lines
654 B
Text
|
|
*******************************************************************************
|
|
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:
|
|
|
|
# tracdb2env /path/to/old/project.db /path/to/new/projectenv
|
|
|
|
|
|
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
|
|
*******************************************************************************
|
|
|