|
2 | 2 | Administration Guide |
3 | 3 | ==================== |
4 | 4 |
|
5 | | -:Version: $Revision: 1.22 $ |
| 5 | +:Version: $Revision: 1.23 $ |
6 | 6 |
|
7 | 7 | .. contents:: |
8 | 8 |
|
@@ -216,19 +216,23 @@ reinstall the older version of the sofware using the same install command:: |
216 | 216 | Migrating Backends |
217 | 217 | ------------------ |
218 | 218 |
|
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 |
221 | | - your tracker to disk |
222 | | -3. copy the tracker home to a 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 |
225 | | -6. use the roundup-admin "import" command to import the previous export with |
226 | | - the new tracker home |
227 | | -7. test each of the admin tool, web interface and mail gateway using the new |
228 | | - backend |
229 | | -8. move the old tracker home out of the way (rename to "tracker.old") and |
230 | | - move the new tracker home into its place |
231 | | -9. restart web and email frontends |
| 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 |
| 221 | + your tracker to disk. |
| 222 | +3. Copy the tracker home to a 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. |
| 225 | +6. Use the roundup-admin "import" command to import the previous export with |
| 226 | + the new tracker home. If non-interactively:: |
| 227 | + |
| 228 | + roundup-admin -i <tracker home> import <tracker export dir> |
| 229 | + |
| 230 | + If interactively, enter 'commit' before exitting. |
| 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 | 238 | Moving a Tracker |
|
0 commit comments