Skip to content

Commit 95f5798

Browse files
author
Richard Jones
committed
more detail
1 parent c1d127c commit 95f5798

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

doc/admin_guide.txt

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

5-
:Version: $Revision: 1.7 $
5+
:Version: $Revision: 1.8 $
66

77
.. contents::
88

@@ -100,7 +100,10 @@ Software Upgrade
100100
Always make a backup of your tracker before upgrading software. Steps you may
101101
take:
102102

103-
1. Ensure that the unit tests run on your system.
103+
1. Ensure that the unit tests run on your system:
104+
105+
python run_tests.py
106+
104107
2. If you're using an RDBMS backend, make a backup of its contents now.
105108
3. Copy your tracker home to a new directory.
106109

@@ -121,9 +124,17 @@ should upgrade the live version:
121124

122125
1. Stop the production web and email frontends.
123126
2. Perform the upgrade steps on the existing tracker directory.
124-
3. Upgrade the software.
127+
3. Upgrade the software::
128+
129+
python setup.py install
130+
125131
4. Restart your tracker.
126132

133+
If something bad happens, you may reinstate your backup of the tracker and
134+
reinstall the older version of the sofware using the same install command::
135+
136+
python setup.py install
137+
127138

128139
Migrating Backends
129140
------------------

0 commit comments

Comments
 (0)