Skip to content

Commit 8437a8a

Browse files
committed
doc: clarify basic upgrade instructions to target single instance
1 parent 8d3347b commit 8437a8a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/upgrading.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ General steps:
3333
versions starting at 1.5 and ending at 2.3. E.G.
3434
1.5.0 -> 1.5.1, 1.5.1 -> 1.6.0, ..., 2.1.0 -> 2.2.0,
3535
2.2.0 -> 2.3.0.
36-
6. Run ``roundup-admin -i <tracker_home> migrate`` using the newer
37-
version of Roundup for **all** the trackers you have
38-
upgraded. This will update the database if it is required.
36+
6. Run ``roundup-admin -i <tracker_home> migrate`` using
37+
the newer version of Roundup for the instance you are
38+
upgrading. This will update the database if it is
39+
required.
3940
7. Bring your Roundup instance back online
4041
8. Test
4142

43+
Repeat for each tracker instance.
44+
4245
.. note::
4346
The v1.5.x releases of Roundup were the last to support
4447
Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup

0 commit comments

Comments
 (0)