Mercurial > p > roundup > code
diff doc/upgrading.txt @ 2003:a291bf753037
maintenance -> admin guide
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 00:41:33 +0000 |
| parents | f5c804379c85 |
| children | 2112962f5bb1 |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed Feb 11 00:22:20 2004 +0000 +++ b/doc/upgrading.txt Wed Feb 11 00:41:33 2004 +0000 @@ -3,7 +3,8 @@ ====================================== Please read each section carefully and edit your tracker home files -accordingly. +accordingly. Note that there is informaiton about upgrade procedures in the +`administration guide`_. .. contents:: @@ -13,13 +14,9 @@ 0.7.0 Getting the current user id --------------------------------- -Removed Database.curuserid attribute. Any code referencing this attribute should -be replaced with a call to Database.getuid(). +Removed Database.curuserid attribute. Any code referencing this attribute +should be replaced with a call to Database.getuid(). -0.7 creates indexes when using RDBMS backends. The yet-to-be-written -'refreshdb' roundup-admin command will create most indexes, but you -might still need to create an index "create index ids_name_idx on -ids(name)". 0.7.0 ZRoundup changes ---------------------- @@ -922,3 +919,4 @@ .. _`customisation documentation`: customizing.html .. _`security documentation`: security.html +.. _`administration guide`: admin.html
