
ruz at bestpractical
May 9, 2008, 9:25 AM
Post #1 of 1
(30 views)
Permalink
|
|
r12188 - rt/branches/3.8-TESTING
|
|
Author: ruz Date: Fri May 9 12:25:23 2008 New Revision: 12188 Modified: rt/branches/3.8-TESTING/UPGRADING Log: * document shrinking CGM table Modified: rt/branches/3.8-TESTING/UPGRADING ============================================================================== --- rt/branches/3.8-TESTING/UPGRADING (original) +++ rt/branches/3.8-TESTING/UPGRADING Fri May 9 12:25:23 2008 @@ -16,6 +16,14 @@ ******* +UPGRADING FROM 3.7.85 and earlier - Changes: + +We've proved that it's possible to delete pretty big set of records +from CachedGroupMembers table without loosing functionality. To delete +record run the following script: + + perl -I /opt/rt3/local/lib -I /opt/rt3/lib etc/upgrage/shrink_cgm_table.pl + UPGRADING FROM 3.7.81 and earlier - Changes: RT::Extension::BrandedQueues has been integrated into core, so you MUST read _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|