db changes?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

db changes?

Alan - Ipanema Comercial
I'm a new to ofbiz, and I need to know if the database structure changes in future svn's or future releases! I use mysql and can I use a new weekly build without touch mysql ofbiz data? [sorry for my english]

Alan
Reply | Threaded
Open this post in threaded view
|

Re: db changes?

Tim Ruppert
There are tweaks to the database all the time.  Much of the this is taken care of by the system, but there are definitely times where you will have to step in and make manual updates to the database in order for everything to continue working.

A lot of it depends how often you update as to how difficult it is for you.  I hope this helps! 

Cheers,
Tim
--
Tim Ruppert
HotWax Media

o:801.649.6594
f:801.649.6595


On Jan 31, 2007, at 9:05 AM, Alan - Ipanema Comercial wrote:

I'm a new to ofbiz, and I need to know if the database structure changes in future svn's or future releases! I use mysql and can I use a new weekly build without touch mysql ofbiz data? [sorry for my english]

Alan


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: db changes?

Jacopo Cappellato
That's correct.
By the way the data model is pretty stable and the big changes are very
rare...

Jacopo

Tim Ruppert wrote:

> There are tweaks to the database all the time.  Much of the this is
> taken care of by the system, but there are definitely times where you
> will have to step in and make manual updates to the database in order
> for everything to continue working.
>
> A lot of it depends how often you update as to how difficult it is for
> you.  I hope this helps!
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Jan 31, 2007, at 9:05 AM, Alan - Ipanema Comercial wrote:
>
>> I'm a new to ofbiz, and I need to know if the database structure
>> changes in future svn's or future releases! I use mysql and can I use
>> a new weekly build without touch mysql ofbiz data? [sorry for my english]
>>
>> Alan
>


Reply | Threaded
Open this post in threaded view
|

Re: db changes?

Tim Ruppert
Sorry I meant to mention that, Jacopo.  There are very minor tweaks relatively frequently, but major changes are quite rare.  Thanks for the reminder.

Cheers,
Tim
--
Tim Ruppert
HotWax Media

o:801.649.6594
f:801.649.6595


On Jan 31, 2007, at 8:10 AM, Jacopo Cappellato wrote:

That's correct.
By the way the data model is pretty stable and the big changes are very rare...

Jacopo

Tim Ruppert wrote:
There are tweaks to the database all the time.  Much of the this is taken care of by the system, but there are definitely times where you will have to step in and make manual updates to the database in order for everything to continue working.
A lot of it depends how often you update as to how difficult it is for you.  I hope this helps! Cheers,
Tim
--
Tim Ruppert
HotWax Media
o:801.649.6594
f:801.649.6595
On Jan 31, 2007, at 9:05 AM, Alan - Ipanema Comercial wrote:
I'm a new to ofbiz, and I need to know if the database structure changes in future svn's or future releases! I use mysql and can I use a new weekly build without touch mysql ofbiz data? [sorry for my english]

Alan




smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: db changes?

Alan - Ipanema Comercial
thanks for the information! it was very useful. Due to frequently changes, I will continue to use export/import xml in webtools. It seems to be more secure for me.

thanks
  ----- Original Message -----
  From: Tim Ruppert
  To: [hidden email]
  Sent: Wednesday, January 31, 2007 12:16 PM
  Subject: Re: db changes?


  Sorry I meant to mention that, Jacopo.  There are very minor tweaks relatively frequently, but major changes are quite rare.  Thanks for the reminder.


  Cheers,
  Tim

  --
  Tim Ruppert
  HotWax Media
  http://www.hotwaxmedia.com


  o:801.649.6594
  f:801.649.6595




  On Jan 31, 2007, at 8:10 AM, Jacopo Cappellato wrote:


    That's correct.
    By the way the data model is pretty stable and the big changes are very rare...


    Jacopo


    Tim Ruppert wrote:
      There are tweaks to the database all the time.  Much of the this is taken care of by the system, but there are definitely times where you will have to step in and make manual updates to the database in order for everything to continue working.
      A lot of it depends how often you update as to how difficult it is for you.  I hope this helps! Cheers,
      Tim
      --
      Tim Ruppert
      HotWax Media
      http://www.hotwaxmedia.com
      o:801.649.6594
      f:801.649.6595
      On Jan 31, 2007, at 9:05 AM, Alan - Ipanema Comercial wrote:
        I'm a new to ofbiz, and I need to know if the database structure changes in future svn's or future releases! I use mysql and can I use a new weekly build without touch mysql ofbiz data? [sorry for my english]


        Alan





Reply | Threaded
Open this post in threaded view
|

Re: db changes?

jonwimp
Alan,

I concur with Jacopo and Tim that major changes are rare. Rarer still, if not entirely
non-existent, are changes that break your existing functionalities (eg extending or truncating
primary keys).

The OFBiz framework is such that you can easily extend many things, especially(!) the entities.
Use the "<extend-entity>" in your entitymodel.xml for this.

In short, you can do your customizations _apart_ _from_ the OFBiz codes. You can then pull down
updates from the OFBiz trunk without affecting (or at least without overwriting) your
customizations, leaving them intact through many updates from the trunk. Sorry, double emphasis
there, was afraid you'd miss that point. :P

It is possible to update from OFBiz trunk while leaving your customizations intact.

Jonathon

Alan - Ipanema Comercial wrote:

> thanks for the information! it was very useful. Due to frequently changes, I will continue to use export/import xml in webtools. It seems to be more secure for me.
>
> thanks
>   ----- Original Message -----
>   From: Tim Ruppert
>   To: [hidden email]
>   Sent: Wednesday, January 31, 2007 12:16 PM
>   Subject: Re: db changes?
>
>
>   Sorry I meant to mention that, Jacopo.  There are very minor tweaks relatively frequently, but major changes are quite rare.  Thanks for the reminder.
>
>
>   Cheers,
>   Tim
>
>   --
>   Tim Ruppert
>   HotWax Media
>   http://www.hotwaxmedia.com
>
>
>   o:801.649.6594
>   f:801.649.6595
>
>
>
>
>   On Jan 31, 2007, at 8:10 AM, Jacopo Cappellato wrote:
>
>
>     That's correct.
>     By the way the data model is pretty stable and the big changes are very rare...
>
>
>     Jacopo
>
>
>     Tim Ruppert wrote:
>       There are tweaks to the database all the time.  Much of the this is taken care of by the system, but there are definitely times where you will have to step in and make manual updates to the database in order for everything to continue working.
>       A lot of it depends how often you update as to how difficult it is for you.  I hope this helps! Cheers,
>       Tim
>       --
>       Tim Ruppert
>       HotWax Media
>       http://www.hotwaxmedia.com
>       o:801.649.6594
>       f:801.649.6595
>       On Jan 31, 2007, at 9:05 AM, Alan - Ipanema Comercial wrote:
>         I'm a new to ofbiz, and I need to know if the database structure changes in future svn's or future releases! I use mysql and can I use a new weekly build without touch mysql ofbiz data? [sorry for my english]
>
>
>         Alan
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.432 / Virus Database: 268.17.17/661 - Release Date: 1/30/2007 11:30 PM