Skip to content

Commit 65ad4b2

Browse files
author
Richard Jones
committed
better
1 parent 05d20da commit 65ad4b2

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

doc/admin_guide.txt

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

5-
:Version: $Revision: 1.5.2.2 $
5+
:Version: $Revision: 1.5.2.3 $
66

77
.. contents::
88

@@ -105,30 +105,24 @@ take:
105105
python run_tests.py
106106

107107
2. If you're using an RDBMS backend, make a backup of its contents now.
108-
3. Copy your tracker home to a new directory.
109-
110-
Now, working in that copied tracker home:
111-
112-
1. Follow the steps in the `upgrading documentation`_ for the new version of
108+
3. Make a backup of the tracker home itself.
109+
4. Stop the tracker web and email frontends.
110+
5. Follow the steps in the `upgrading documentation`_ for the new version of
113111
the software in the copied.
114-
2. Test each of the admin tool, web interface and mail gateway using the new
115-
version of the software. To do this, invoke the scripts directly in the
116-
source directory with::
112+
6. You may test each of the admin tool, web interface and mail gateway using
113+
the new version of the software. To do this, invoke the scripts directly
114+
in the source directory with::
117115

118116
PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments>
119117
PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments>
120118
PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments>
121119

122-
Once you're comfortable that the upgrade will work using that copy, you
123-
should upgrade the live version:
124-
125-
1. Stop the production web and email frontends.
126-
2. Perform the upgrade steps on the existing tracker directory.
127-
3. Upgrade the software::
120+
7. Once you're comfortable that the upgrade will work using that copy, you
121+
should the installed software::
128122

129123
python setup.py install
130124

131-
4. Restart your tracker.
125+
8. Restart your tracker web and email frontends.
132126

133127
If something bad happens, you may reinstate your backup of the tracker and
134128
reinstall the older version of the sofware using the same install command::

0 commit comments

Comments
 (0)