1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/japanese/trac/pkg-message
Pav Lucistnik 23609dfbcd - Add upgrade instructions
PR:		ports/68966
Submitted by:	Aho K.F. Li <thinker@branda.to> (maintainer)
2004-07-13 00:34:25 +00:00

22 lines
654 B
Plaintext

*******************************************************************************
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
*******************************************************************************