Mercurial > p > roundup > code
comparison doc/admin_guide.txt @ 3781:e03014a96a95
doc improvement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Dec 2006 03:33:12 +0000 |
| parents | 158e31bbf86a |
| children | 2359d6304a4f |
comparison
equal
deleted
inserted
replaced
| 3780:158e31bbf86a | 3781:e03014a96a95 |
|---|---|
| 1 ==================== | 1 ==================== |
| 2 Administration Guide | 2 Administration Guide |
| 3 ==================== | 3 ==================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.22 $ | 5 :Version: $Revision: 1.23 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 What does Roundup install? | 9 What does Roundup install? |
| 10 ========================== | 10 ========================== |
| 214 | 214 |
| 215 | 215 |
| 216 Migrating Backends | 216 Migrating Backends |
| 217 ------------------ | 217 ------------------ |
| 218 | 218 |
| 219 1. stop the existing tracker web and email frontends (preventing changes) | 219 1. Stop the existing tracker web and email frontends (preventing changes). |
| 220 2. use the roundup-admin tool "export" command to export the contents of | 220 2. Use the roundup-admin tool "export" command to export the contents of |
| 221 your tracker to disk | 221 your tracker to disk. |
| 222 3. copy the tracker home to a new directory | 222 3. Copy the tracker home to a new directory. |
| 223 4. delete the "db" directory from the new directory | 223 4. Delete the "db" directory from the new directory. |
| 224 5. enter the new backend name in the tracker home ``db/backend_name`` file | 224 5. Enter the new backend name in the tracker home ``db/backend_name`` file. |
| 225 6. use the roundup-admin "import" command to import the previous export with | 225 6. Use the roundup-admin "import" command to import the previous export with |
| 226 the new tracker home | 226 the new tracker home. If non-interactively:: |
| 227 7. test each of the admin tool, web interface and mail gateway using the new | 227 |
| 228 backend | 228 roundup-admin -i <tracker home> import <tracker export dir> |
| 229 8. move the old tracker home out of the way (rename to "tracker.old") and | 229 |
| 230 move the new tracker home into its place | 230 If interactively, enter 'commit' before exitting. |
| 231 9. restart web and email frontends | 231 7. Test each of the admin tool, web interface and mail gateway using the new |
| 232 backend. | |
| 233 8. Move the old tracker home out of the way (rename to "tracker.old") and | |
| 234 move the new tracker home into its place. | |
| 235 9. Restart web and email frontends. | |
| 232 | 236 |
| 233 | 237 |
| 234 Moving a Tracker | 238 Moving a Tracker |
| 235 ---------------- | 239 ---------------- |
| 236 | 240 |
