File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -556,8 +556,10 @@ it to be elsewhere) will then complete the backup.
556556Software Upgrade
557557----------------
558558
559- Always make a backup of your tracker before upgrading software. Steps you may
560- take:
559+ .. _make a backup: #tracker-backup
560+
561+ Always `make a backup`_ of your tracker before upgrading software.
562+ Steps you may take:
561563
5625641. Install pytest and ensure that the unit tests run on your system
563565 (using your preferred python version)::
@@ -576,11 +578,11 @@ take:
576578
577579 python setup.py install
578580
579- 6. Follow the steps in the `upgrading documentation`_ for the new version of
580- the software in the copied .
581+ 6. Follow the steps in the `upgrading documentation`_ for all the
582+ version between your original version and th new version .
581583
582- Usually you will be asked to run `roundup_admin migrate` on your tracker
583- before you allow users to start accessing the tracker.
584+ Usually you should run `roundup_admin -i <tracker_home> migrate`
585+ on your tracker(s) before you allow users to start accessing the tracker.
584586
585587 It's safe to run this even if it's not required, so just get into the
586588 habit.
@@ -591,7 +593,6 @@ reinstall the older version of the sofware using the same install command::
591593
592594 python setup.py install
593595
594-
595596.. index:: database; convert from one database backend to another
596597 single: roundup-admin; import and export
597598
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Upgrading to newer versions of Roundup
1212
1313Please read each section carefully and edit your tracker home files
1414accordingly. Note that there is information about upgrade procedures in the
15- `administration guide`_.
15+ `administration guide`_ in the `Software Upgrade`_ section .
1616
1717If a specific version transition isn't mentioned here (eg. 0.6.7 to 0.6.8)
1818then you don't need to do anything. If you're upgrading from 0.5.6 to
@@ -3466,3 +3466,4 @@ copy.
34663466.. _PostgreSQL's full text search: https://www.postgresql.org/docs/current/textsearch.html
34673467.. _`administration guide notes on native-fts`: admin_guide.html#configuring-native-fts-full-text-search
34683468.. _Configuring Compression: admin_guide.html#configuring-compression
3469+ .. _Software Upgrade: admin_guide.html#software-upgrade
You can’t perform that action at this time.
0 commit comments