|
2 | 2 | Administration Guide |
3 | 3 | ==================== |
4 | 4 |
|
5 | | -:Version: $Revision: 1.5.2.2 $ |
| 5 | +:Version: $Revision: 1.5.2.3 $ |
6 | 6 |
|
7 | 7 | .. contents:: |
8 | 8 |
|
@@ -105,30 +105,24 @@ take: |
105 | 105 | python run_tests.py |
106 | 106 |
|
107 | 107 | 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 |
113 | 111 | 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:: |
117 | 115 |
|
118 | 116 | PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments> |
119 | 117 | PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments> |
120 | 118 | PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments> |
121 | 119 |
|
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:: |
128 | 122 |
|
129 | 123 | python setup.py install |
130 | 124 |
|
131 | | -4. Restart your tracker. |
| 125 | +8. Restart your tracker web and email frontends. |
132 | 126 |
|
133 | 127 | If something bad happens, you may reinstate your backup of the tracker and |
134 | 128 | reinstall the older version of the sofware using the same install command:: |
|
0 commit comments