Closed (fixed)
Project:
Aegir Hosting CiviCRM
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2016 at 09:39 UTC
Updated:
9 Oct 2016 at 19:04 UTC
Jump to comment: Most recent
Comments
Comment #2
bgm commentedTentative patch here:
https://github.com/mlutfy/hosting_civicrm/pull/7
There was a bit of monkey-patching in the code handling upgrades. This will require more manual testing.
I also suspect that we can push this further in: #2713737: CiviCRM 4.6 to 4.7 upgrade SQL error by only setting the CIVICRM_UPGRADE_MODE if we are doing a migrate. When this constant is defined, CiviCRM will not load extensions, which can cause other errors (such as trying to disable a payment-processor, which will fail if there are contributions that used that processor).
Comment #4
bgm commentedMerged in 7.x-3.x.
This passed the new tests and has been working well for me in prod.