Processing 3.7.81
Now inserting database indexes.
Couldn’t finish ‘upgrade’ step.
ERROR: Couldn’t execute ‘etc/upgrade/3.7.81/indexes’: etc/upgrade/3.7.81/indexes did not return a true value at /usr/local/rt/core/rt-4.4.0/sbin/…/lib/RT/Handle.pm line 591, line 4.
make: *** [upgrade-database] Error 255
I was wondering how to get past this stage, with or without those indexes.
I’ve just looked through the schema updates etc. and found this index first in 3.8 releases.
Question to @bestpractical: why i can’t find this Index creation inside etc/upgrade at latest release?
from rt.4.0.19:
[root@dehamsl34 upgrade]# grep -R ImmediateParentId *
3.7.81/schema.Oracle:CREATE INDEX CachedGroupMembers3 on CachedGroupMembers (MemberId, ImmediateParentId);
3.7.81/schema.mysql:CREATE INDEX CachedGroupMembers3 on CachedGroupMembers (MemberId, ImmediateParentId);