lay` TINYINT( 1 ) NOT
> NULL DEFAULT '1'
>
> Regards,
>
>
> ---- Message original ----
> Sujet: Management server is stuck after upgrade to 4.4.1
> Date : Fri, 24 Oct 2014 14:39:20 +0200
> De :Thomas Schneider
> Pour : dev@cloudstack.apache.or
Hi,
I solved the problem.
The column display from the snapshot _policy was missing after update.
Just do: ALTER TABLE `snapshot_policy` ADD `display` TINYINT( 1 ) NOT
NULL DEFAULT '1'
Regards,
Message original ----
Sujet: Management server is stuck after upgrad
Hello,
I tried yo upgrade Cloudstack from 4.4.0 to 4.4.1, following the
instructions of the release note.
When I restarted the MS the update of the database worked as expected
but after the server is stuck.
Regards,
Partial log output:
2014-10-24 14:01:54,283 INFO [c.c.u.d.T.Transaction] (main