Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After a few upgrades I have had trouble with the migration script. What happens is that half way through the upgrade it times out and just stops.I have found that a large user database will cause this. The fix is this.

  • in /core/packages/security/farcryUD.cfc comment out this line <cfset result = result & "User group membership: #migrateUserGroups(stUsers,stGroups)#<br/>" /> in method migrate.
  • run upgrade
  • after upgrade run this query. Need to replace this because upgrade script is too recourse intensive and runs out of memory for big tables

...