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:
13521352
135313532. If you're using an RDBMS backend, make a backup of its contents now.
135413543. 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
13591363
136013646. Follow the steps in the `upgrading documentation`_ for all the
13611365 versions between your original version and the new version.
You can’t perform that action at this time.
0 commit comments