database upgrade question

2008-03-12 Thread Yin T
ofbiz project to label the existing database or database schema with a particular version number. So that a particular running version of ofbiz can detect and perhaps adapt to any schema changes. -- View this message in context: http://www.nabble.com/database-upgrade-question-tp16012625p16012625

Re: database upgrade question

2008-03-13 Thread BJ Freeman
ofbiz uses entity and the webtools to export and re-import data. there is a couple of things that have to manually done to the export, like removing data if a field has been removed or re-naming a field if the entity has been modified. Depending on the actual Database, you may be able to export it

RE: database upgrade question

2008-03-13 Thread Christopher L
o: user@ofbiz.apache.org > Subject: Re: database upgrade question > > ofbiz uses entity and the webtools to export and re-import data. > there is a couple of things that have to manually done to the export, > like removing data if a field has been removed or re-naming a