Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6589:5ce396880899 | 6590:39308a49fdc3 |
|---|---|
| 32 | 32 |
| 33 .. index:: Upgrading; 2.0.0 to 2.1.0 | 33 .. index:: Upgrading; 2.0.0 to 2.1.0 |
| 34 | 34 |
| 35 Migrating from 2.1.0 to 2.x.y | 35 Migrating from 2.1.0 to 2.x.y |
| 36 ============================= | 36 ============================= |
| 37 | |
| 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). | |
| 37 | 54 |
| 38 Check compression settings (optional) | 55 Check compression settings (optional) |
| 39 ------------------------------------- | 56 ------------------------------------- |
| 40 | 57 |
| 41 Read the `administration guide`_ section on 'Configuring Compression'. | 58 Read the `administration guide`_ section on 'Configuring Compression'. |
