summaryrefslogtreecommitdiff
path: root/www/trac/MESSAGE
blob: d04202704260669fb3eb6067b91f2ebe88f90b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.1 2004/11/20 00:49:12 epg Exp $

The database schema was changed between 0.7.x and 0.8. Existing
environments must be upgraded before they can be used with Trac
0.8.  The following command will perform the upgrade:

  trac-admin /path/to/projectenv upgrade

Trac environments are created with a default set of wiki pages.
It's recommended to update these pages on existing environments
whenever Trac is upgraded to get up-to-date documentation and
additional functionality.  The following command will perform the
update:

  trac-admin /path/to/projectenv wiki upgrade

===========================================================================