On 9/25/07, René Bos <[EMAIL PROTECTED]> wrote: > > I have Ode 1.0 running in production for about a month now, and its doing > very good! But I want to upgrade to Ode 1.1 and I was wondering how to do > that without having to stop all my processes. Normally I can do this, but I > think you guys changed the database structure for the new scheduler, isn't > it? Is there an upgrade script or something?
Hi René, There are no upgrade scripts to upgrade from Ode 1.0 to 1.1 although we can definitely help. Beyond schema changes, I believe there are differences between serialized objects (Quartz vs SimpleScheduler objects) so I think there would be some coding involved. At Intalio we were fortunate enough that customers have either migrated early to the SimpleScheduler, or used co-existing instances of Ode until all older processes completed and the data archived. Depending on your environment, running coexisting Ode instances might be a simpler bet. And I can assure you that moving forward, we'll have migration scripts from 1.1 onwards. cheers, alex
