Re: Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Remi Bergsma
I’ve just sent a PR to fix this issue in master. We do need to port it to 4.4 and 4.5 though. Regards, Remi On 13 Apr 2015, at 16:11, Daan Hoogland wrote: > Noem Rohit in de pull request. zijn bug > > On Mon, Apr 13, 2015 at 4:01 PM, Remi Bergsma > wrote: >> Hi, >> >> Did some more digging:

Re: Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Daan Hoogland
Noem Rohit in de pull request. zijn bug On Mon, Apr 13, 2015 at 4:01 PM, Remi Bergsma wrote: > Hi, > > Did some more digging: > > The foreign keys are to these tables: > +-+ > | TABLE_NAME | > +-+ > | global_load_balancing_r

Re: Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Remi Bergsma
Hi, Did some more digging: The foreign keys are to these tables: +-+ | TABLE_NAME | +-+ | global_load_balancing_rules | | portable_ip_address | | portable_ip_range | +-+ 3 rows i

Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Remi Bergsma
Hi Daan, This is probably something we want to fix in 4.4.3? If I try an upgrade from 4.4.x to 4.5 and above, then there's a SQL upgrade command failing: ERROR [c.c.u.d.ScriptRunner] (main:null) Error executing: ALTER TABLE `cloud`.`region` MODIFY `id` int unsigned AUTO_INCREMENT UNIQUE NOT NUL