History of WebShop/UnderDevelopment/OfBiz/VersionUpgrade
Older Newer
2006-01-03 10:05:40 . . . . MembersPage/JasonRussell [How to upgrade OfBiz.]
2005-05-15 16:37:47 . . . . MembersPage/MarcellGal [updates: now ofbiz 3.2.0 is used in the production system]
2005-05-11 23:05:14 . . . . MembersPage/MarcellGal [recommended ofbiz version to test and upgrade to]
2004-12-03 23:36:24 . . . . MembersPage/MarcellGal [SUCCESS.]


Changes by last author:

Added:
Upgrading the OfBiz code

* In the old version go to webtools

* do a "XML Export Data All", save the files, make another copy to work with

* Go to "Check/Update Database"

* Remove all tables

* stop OfBiz

* Upgrade the OfBiz code

* ant build the source

* Install the seed data - (java -jar ofbiz.jar -install seed)

* start OfBiz

* Login with the default admin account/passwd

* go to webtools/"Check/Update Database"

* Remove all primary keys

* Remove all Foreign Keys

* "XML Data Import Dir" - point it to the working XML dump files you created at the beginning

** Keep running this on the same directory with "Delete Files Afterwards?" checked.

*** You can do a ls on the dir to see the progress

** When it's done you can create the primary keys and foreign keys again.

* Take a look around and see if all the data is there as you expect