comparison doc/admin_guide.txt @ 3963:3230f9c88086

Fix race condition for key properties in rdbms backends [SF#1876683]
author Richard Jones <richard@users.sourceforge.net>
date Thu, 07 Feb 2008 03:28:34 +0000
parents f764931f2c67
children b80224c1f4e3
comparison
equal deleted inserted replaced
3962:41d297d7dcec 3963:3230f9c88086
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.26 $ 5 :Version: $Revision: 1.27 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
207 2. If you're using an RDBMS backend, make a backup of its contents now. 207 2. If you're using an RDBMS backend, make a backup of its contents now.
208 3. Make a backup of the tracker home itself. 208 3. Make a backup of the tracker home itself.
209 4. Stop the tracker web and email frontends. 209 4. Stop the tracker web and email frontends.
210 5. Follow the steps in the `upgrading documentation`_ for the new version of 210 5. Follow the steps in the `upgrading documentation`_ for the new version of
211 the software in the copied. 211 the software in the copied.
212
213 Usually you will be asked to run `roundup_admin migrate` on your tracker
214 before you allow users to start accessing the tracker.
215
216 It's safe to run this even if it's not required, so just get into the
217 habit.
212 6. You may test each of the admin tool, web interface and mail gateway using 218 6. You may test each of the admin tool, web interface and mail gateway using
213 the new version of the software. To do this, invoke the scripts directly 219 the new version of the software. To do this, invoke the scripts directly
214 in the source directory with:: 220 in the source directory with::
215 221
216 PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments> 222 PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments>

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