comparison doc/admin_guide.txt @ 3283:4fe232899be8 maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Wed, 13 Apr 2005 06:19:54 +0000
parents 602d30486915
children ee1e2c8472f3
comparison
equal deleted inserted replaced
3278:ca122bc16277 3283:4fe232899be8
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.15.2.1 $ 5 :Version: $Revision: 1.15.2.2 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
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. change the backend used in the tracker home ``select_db.py`` file 223 4. delete the "db" directory from the new directory
224 5. 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 225 6. use the roundup-admin "import" command to import the previous export with
226 the new tracker home 226 the new tracker home
227 7. test each of the admin tool, web interface and mail gateway using the new 227 7. test each of the admin tool, web interface and mail gateway using the new
228 backend 228 backend
229 8. move the old tracker home out of the way (rename to "tracker.old") and 229 8. move the old tracker home out of the way (rename to "tracker.old") and

Roundup Issue Tracker: http://roundup-tracker.org/