diff doc/admin_guide.txt @ 6781:b3d4b25b4922

Add links some updates.
author John Rouillard <rouilj@ieee.org>
date Tue, 12 Jul 2022 21:58:34 -0400
parents e7b4ad2c57ac
children 3f60a71b0812
line wrap: on
line diff
--- a/doc/admin_guide.txt	Tue Jul 12 21:43:36 2022 -0400
+++ b/doc/admin_guide.txt	Tue Jul 12 21:58:34 2022 -0400
@@ -556,8 +556,10 @@
 Software Upgrade
 ----------------
 
-Always make a backup of your tracker before upgrading software. Steps you may
-take:
+.. _make a backup: #tracker-backup
+
+Always `make a backup`_ of your tracker before upgrading software.
+Steps you may take:
 
 1. Install pytest and ensure that the unit tests run on your system
    (using your preferred python version)::
@@ -576,11 +578,11 @@
 
     python setup.py install
 
-6. Follow the steps in the `upgrading documentation`_ for the new version of
-   the software in the copied.
+6. Follow the steps in the `upgrading documentation`_ for all the
+   version between your original version and th new version.
 
-   Usually you will be asked to run `roundup_admin migrate` on your tracker
-   before you allow users to start accessing the tracker.
+   Usually you should run `roundup_admin -i <tracker_home> migrate`
+   on your tracker(s) before you allow users to start accessing the tracker.
 
    It's safe to run this even if it's not required, so just get into the
    habit.
@@ -591,7 +593,6 @@
 
     python setup.py install
 
-
 .. index:: database; convert from one database backend to another
    single: roundup-admin; import and export
 

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