Skip to content

Commit 113fae5

Browse files
committed
docs: use virtual env for upgrade; stop cron jobs.
1 parent 6526b61 commit 113fae5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/admin_guide.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,10 +1352,14 @@ Steps you may take:
13521352

13531353
2. If you're using an RDBMS backend, make a backup of its contents now.
13541354
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
13591363

13601364
6. Follow the steps in the `upgrading documentation`_ for all the
13611365
versions between your original version and the new version.

0 commit comments

Comments
 (0)