File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,23 @@ Contents:
3535Migrating from 2.1.0 to 2.x.y
3636=============================
3737
38+ Rdbms version change from 6 to 7 (required)
39+ -------------------------------------------
40+
41+ To add support for database supported full-text search (FTS), the
42+ rdbms database schema has to be upgraded.
43+
44+ You should run the ``roundup-admin migrate`` command for your
45+ tracker once you've installed the latest codebase.
46+
47+ Do this before you use the web, command-line or mail interface
48+ and before any users access the tracker.
49+
50+ If successful, this command will respond with either "Tracker
51+ updated" (if you've not previously run it on an RDBMS backend) or
52+ "No migration action required" (if you have run it, or have used
53+ another interface to the tracker, or are using anydbm).
54+
3855Check compression settings (optional)
3956-------------------------------------
4057
You can’t perform that action at this time.
0 commit comments