Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 3969:905faf52a51f 1.4.3
fix mysql breakage in 1.4.2
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 27 Feb 2008 08:32:51 +0000 |
| parents | 3230f9c88086 |
| children | 34434785f308 |
comparison
equal
deleted
inserted
replaced
| 3968:5857cd1a0db9 | 3969:905faf52a51f |
|---|---|
| 10 then you don't need to do anything. If you're upgrading from 0.5.6 to | 10 then you don't need to do anything. If you're upgrading from 0.5.6 to |
| 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" | 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" |
| 12 steps. | 12 steps. |
| 13 | 13 |
| 14 .. contents:: | 14 .. contents:: |
| 15 | |
| 16 Migrating from 1.4.2 to 1.4.3 | |
| 17 ============================= | |
| 18 | |
| 19 If you are using the MySQL backend you will need to replace some indexes | |
| 20 that may have been created by version 1.4.2. | |
| 21 | |
| 22 You should to access your MySQL database directly and remove any indexes | |
| 23 with a name ending in "_key_retired_idx". You should then re-add them with | |
| 24 the same spec except the key column name needs a size. So an index on | |
| 25 "_user (__retired, _name)" should become "_user (__retired, _name(255))". | |
| 26 | |
| 15 | 27 |
| 16 Migrating from 1.4.x to 1.4.2 | 28 Migrating from 1.4.x to 1.4.2 |
| 17 ============================= | 29 ============================= |
| 18 | 30 |
| 19 You should run the "roundup-admin migrate" command for your tracker once | 31 You should run the "roundup-admin migrate" command for your tracker once |
