summaryrefslogtreecommitdiff
path: root/www/trac/MESSAGE
blob: 8c9d2d1145129b9627a3ea9b25541ac2971d331d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===========================================================================
$NetBSD: MESSAGE,v 1.3 2008/09/12 10:18:11 abs Exp $

The default database has changed from sqlite2 in 0.10.x to sqlite3
in 0.11.x. Set PKG_OPTIONS.trac=sqlite2 for the old behaviour.

You must upgrade existing Trac environments before using a new
version:

  trac-admin /path/to/projectenv upgrade

It is recommended to update the standard wiki pages whenever Trac is
upgraded to get up-to-date documentation and additional functionality:

  trac-admin /path/to/projectenv wiki upgrade

mod_python users will need to change the name of the mod_python handler in
the Apache HTTPD configuration to:

  PythonHandler trac.web.modpython_frontend

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