Changes between Version 23 and Version 24 of CiviCRM HowTo Install


Ignore:
Timestamp:
10/31/13 15:08:28 (11 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Install

    v23 v24  
    6060=== Upgrades ===
    6161
    62 Remember that upgrades require dependent modules to be disabled during the upgrade process. This can take a little while, as you have to disable them in order of dependency.
     62Remember that drupal upgrades require dependent modules to be disabled during the upgrade process. This can take a little while, as you have to disable them in order of dependency.
    6363
    64 Upgrade from 4.2.x to 4.3.5 worked smoothly on localhost test machine
     64Upgrade from 4.2.x to 4.3.5 worked smoothly on localhost test machine. However before this could be repeated on live, 4.4.0 was released. This did not upgrade smoothly on the test server - the new word_replacements code imposes a case-insensitive uniqueness constraint which does not work well with our data. There is a patch, and 4.4.1 will be OK. The test system was restored to full functionality with the word replacements being entered manually, but for the live system, we should patch the upgrade before applying it.