Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 3963:3230f9c88086
Fix race condition for key properties in rdbms backends [SF#1876683]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Feb 2008 03:28:34 +0000 |
| parents | f764931f2c67 |
| children | b80224c1f4e3 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Thu Feb 07 01:03:39 2008 +0000 +++ b/doc/admin_guide.txt Thu Feb 07 03:28:34 2008 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.26 $ +:Version: $Revision: 1.27 $ .. contents:: @@ -209,6 +209,12 @@ 4. Stop the tracker web and email frontends. 5. Follow the steps in the `upgrading documentation`_ for the new version of the software in the copied. + + Usually you will be asked to run `roundup_admin migrate` on your tracker + 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. 6. You may test each of the admin tool, web interface and mail gateway using the new version of the software. To do this, invoke the scripts directly in the source directory with::
