Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adds a link to last preGradle version and a TOC
Info
titlePre Gradle version

This page document the usage with Gradle, the pre-Gradle documentation is here: Revisions Requiring Data Migration - upgrade ofbiz

 

toc 

This a sequential list of revision updates which need additional activities in order to successfully upgrade the revision of your production installation.

...

  • svn up
  • ./gradlew clean

  • ./gradlew "ofbiz --load-data readers=seed"
  • ./gradlew ofbiz

Summary (in historical order)

Table of Contents

These are data model changes that usually involve deprecating an entity or field and replacing it with a new one. Committers should follow the pattern described here to make things easier for end-users: Deprecated Entities

...