Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

If you are upgrading an existing system, be prepared to run the following commands in the ofbiz home directory:

  • svn up
  • ./ant clean
  • ./ant run-install-seed
  • ./startofbiz.sh

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

...

Committers should make an entry in this list if your revision causes a need for any manual data migration or other update steps in production instances:

...

  1. A file change which need additional unload/reload/convert activities
  2. Any tables which can be deleted(dropped) because they are not used anymore.
  3. Any other required activity to keep your production site operational

...