Daan, On Thu, Nov 27, 2014 at 4:17 PM, Daan Hoogland <daan.hoogl...@gmail.com> wrote:
> If this contains db upgrade code, where did this go in 4.3? In the > review request I see changes to 442to450 upgrade files so this should > not go in 4.3 or 4.4. What am I missing? > For 4.3, the upgrade path (it's just data migration no schema changes so easily backportable) is from 4.3.1 to 4.3.2 in Upgrade431to432 class. The fix simply goes through existing VRs and updates their RAM size, no schema changes here only data migrations. Regards.