File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 22Administration Guide
33====================
44
5- :Version: $Revision: 1.7 $
5+ :Version: $Revision: 1.8 $
66
77.. contents::
88
@@ -100,7 +100,10 @@ Software Upgrade
100100Always make a backup of your tracker before upgrading software. Steps you may
101101take:
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+
1041072. If you're using an RDBMS backend, make a backup of its contents now.
1051083. Copy your tracker home to a new directory.
106109
@@ -121,9 +124,17 @@ should upgrade the live version:
121124
1221251. Stop the production web and email frontends.
1231262. 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+
1251314. 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
128139Migrating Backends
129140------------------
You can’t perform that action at this time.
0 commit comments