Mercurial > p > roundup > code
diff doc/upgrading.txt @ 6590:39308a49fdc3
Add required upgrade to rdbms version from 6 to 7.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Jan 2022 21:21:21 -0500 |
| parents | 5ce396880899 |
| children | feab8c878d08 |
line wrap: on
line diff
--- a/doc/upgrading.txt Mon Jan 24 21:16:30 2022 -0500 +++ b/doc/upgrading.txt Mon Jan 24 21:21:21 2022 -0500 @@ -35,6 +35,23 @@ Migrating from 2.1.0 to 2.x.y ============================= +Rdbms version change from 6 to 7 (required) +------------------------------------------- + +To add support for database supported full-text search (FTS), the +rdbms database schema has to be upgraded. + +You should run the ``roundup-admin migrate`` command for your +tracker once you've installed the latest codebase. + +Do this before you use the web, command-line or mail interface +and before any users access the tracker. + +If successful, this command will respond with either "Tracker +updated" (if you've not previously run it on an RDBMS backend) or +"No migration action required" (if you have run it, or have used +another interface to the tracker, or are using anydbm). + Check compression settings (optional) -------------------------------------
