X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fdocs%2FUPGRADING-3.8;h=9c3f93fca7d00cc8a877a259bce29a17849a4629;hb=2a56c671635687bf2648eb3a7cf4bce228101af3;hp=cfe01dfbfa029f90b4b792f692860eb4cc326035;hpb=a60615bf7bde77aa2b9faf3fc268c149eecdb5ab;p=freeside.git diff --git a/rt/docs/UPGRADING-3.8 b/rt/docs/UPGRADING-3.8 index cfe01dfbf..9c3f93fca 100644 --- a/rt/docs/UPGRADING-3.8 +++ b/rt/docs/UPGRADING-3.8 @@ -7,13 +7,13 @@ authentication itself, it may still store these weak password hashes -- using ExternalAuth does not guarantee that you are not vulnerable! To upgrade stored passwords to a stronger hash, run: - perl etc/upgrade/vulnerable-passwords + /opt/rt4/etc/upgrade/vulnerable-passwords We have also proved that it's possible to delete a notable set of records from Transactions table without losing functionality. To delete these records, run the following script: - perl -I /opt/rt4/local/lib -I /opt/rt4/lib etc/upgrade/shrink_transactions_table.pl + /opt/rt4/etc/upgrade/shrink-transactions-table If you chose not to run the shrink_cgm_table.pl script when you upgraded to 3.8, you should read more about it below and run it at this point. @@ -63,7 +63,7 @@ Custom fields with categories can optionally be split out into hierarchical custom fields. If you wish to convert your old category-based custom fields, run: - perl etc/upgrade/split-out-cf-categories + /opt/rt4/etc/upgrade/split-out-cf-categories It will prompt you for each custom field with categories that it finds, and the name of the custom field to create to store the categories. @@ -138,7 +138,7 @@ CachedGroupMembers table without losing functionality; in fact, failing to do so may result in occasional problems where RT miscounts users, particularly in the chart functionality. To delete these records run the following script: - perl -I /opt/rt4/local/lib -I /opt/rt4/lib etc/upgrade/shrink_cgm_table.pl + /opt/rt4/etc/upgrade/shrink-cgm-table After you run this, you will have significantly reduced the number of records in your CachedGroupMembers table, and may need to tell your database to @@ -168,17 +168,13 @@ Change this line to read: been assigned an ID of { $Ticket->SubjectTag }." If you were previously using RT::Extension::BrandedQueues, you MUST uninstall -it before upgrading. In addition, you must run the -'etc/upgrade/3.8-branded-queues-extension' perl script. This will -convert the extension's configuration into the new format. Finally, in -templates where you were using the Tag method ($Ticket->QueueObj->Tag), -you will need to replace it with $Ticket->SubjectTag +it before upgrading. RT::Action::LinearEscalate extension has been integrated into core, so you MUST uninstall it before upgrading. RT::Extension::iCal has been integrated into core, so you MUST uninstall it -before upgrading. In addition, you must run etc/upgrade/3.8-ical-extension +before upgrading. In addition, you must run /opt/rt4/etc/upgrade/3.8-ical-extension script to convert old data.