File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1352,10 +1352,14 @@ Steps you may take:
1352
1352
1353
1353
2. If you're using an RDBMS backend, make a backup of its contents now.
1354
1354
3. Make a backup of the tracker home itself.
1355
- 4. Stop the tracker web and email frontends.
1356
- 5. Install the new version of the software::
1357
-
1358
- python setup.py install
1355
+ 4. Stop the tracker web, email frontends and any scheduled
1356
+ (cron) jobs that access the tracker.
1357
+ 5. Install the new version of the software in a new virtual
1358
+ environment::
1359
+
1360
+ python3 -m venv /path/to/env
1361
+ . /path/to/env/bin/activate
1362
+ python3 pip install roundup
1359
1363
1360
1364
6. Follow the steps in the `upgrading documentation`_ for all the
1361
1365
versions between your original version and the new version.
You can’t perform that action at this time.
0 commit comments