Re: Database consistency check

2015-08-13 Thread Rajani Karuturi
I remember seeing a PR for it long time ago. https://github.com/apache/cloudstack/pull/188 ~Rajani On Thu, Aug 13, 2015 at 6:33 PM, Daan Hoogland wrote: > enter a feature request in jira and start poking. (i might join in) > > On Thu, Aug 13, 2015 at 12:07 PM, cs user wrote: > > > This would b

Re: Database consistency check

2015-08-13 Thread Daan Hoogland
enter a feature request in jira and start poking. (i might join in) On Thu, Aug 13, 2015 at 12:07 PM, cs user wrote: > This would be fantastic if it can be written. > > On Mon, Aug 10, 2015 at 1:17 PM, Daan Hoogland > wrote: > > > Norbert, I haven't begun to think about it. including dev@ to ga

Re: Database consistency check

2015-08-13 Thread cs user
This would be fantastic if it can be written. On Mon, Aug 10, 2015 at 1:17 PM, Daan Hoogland wrote: > Norbert, I haven't begun to think about it. including dev@ to gather > ideas. > The db structure is based on updates since 4.0. A new install will be a 4.0 > DB which will then undergo a series

Re: Database consistency check

2015-08-10 Thread Daan Hoogland
Norbert, I haven't begun to think about it. including dev@ to gather ideas. The db structure is based on updates since 4.0. A new install will be a 4.0 DB which will then undergo a series of upgrade steps. A validation of the db could be divided in a basic part and an incremental part, maybe. A go