Skip to content

Commit 9564b4f

Browse files
author
Richard Jones
committed
doc improvement
1 parent 41e6ff3 commit 9564b4f

File tree

2 files changed

+2880
-14
lines changed

2 files changed

+2880
-14
lines changed

doc/admin_guide.txt

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Administration Guide
33
====================
44

5-
:Version: $Revision: 1.22 $
5+
:Version: $Revision: 1.23 $
66

77
.. contents::
88

@@ -216,19 +216,23 @@ reinstall the older version of the sofware using the same install command::
216216
Migrating Backends
217217
------------------
218218

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.
232236

233237

234238
Moving a Tracker

0 commit comments

Comments
 (0)