comparison doc/upgrading.txt @ 8047:a0876d16e299

doc: clarify basic upgrade instructions to target single instance
author John Rouillard <rouilj@ieee.org>
date Wed, 26 Jun 2024 23:11:25 -0400
parents c53117e6775f
children 3ddc6a7d41de
comparison
equal deleted inserted replaced
8046:c53117e6775f 8047:a0876d16e299
31 each version transition. If you are starting at 1.5.0 31 each version transition. If you are starting at 1.5.0
32 and installing to 2.3.0, you need to make the changes for **all** 32 and installing to 2.3.0, you need to make the changes for **all**
33 versions starting at 1.5 and ending at 2.3. E.G. 33 versions starting at 1.5 and ending at 2.3. E.G.
34 1.5.0 -> 1.5.1, 1.5.1 -> 1.6.0, ..., 2.1.0 -> 2.2.0, 34 1.5.0 -> 1.5.1, 1.5.1 -> 1.6.0, ..., 2.1.0 -> 2.2.0,
35 2.2.0 -> 2.3.0. 35 2.2.0 -> 2.3.0.
36 6. Run ``roundup-admin -i <tracker_home> migrate`` using the newer 36 6. Run ``roundup-admin -i <tracker_home> migrate`` using
37 version of Roundup for **all** the trackers you have 37 the newer version of Roundup for the instance you are
38 upgraded. This will update the database if it is required. 38 upgrading. This will update the database if it is
39 required.
39 7. Bring your Roundup instance back online 40 7. Bring your Roundup instance back online
40 8. Test 41 8. Test
42
43 Repeat for each tracker instance.
41 44
42 .. note:: 45 .. note::
43 The v1.5.x releases of Roundup were the last to support 46 The v1.5.x releases of Roundup were the last to support
44 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup 47 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup
45 Python version 2.7 that is newer than 2.7.2 is required to run 48 Python version 2.7 that is newer than 2.7.2 is required to run

Roundup Issue Tracker: http://roundup-tracker.org/