Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This a sequential list of revision updates which need additional activities in order to successfully upgrade the revision of your production installation.
Although this can be extracted from the log it is a rather difficult because of the number of revisions.

Committers are encouraged to make an entry in this list if your revision update need:

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

R587127:refactored party content
1. export the content of entity: PartyContent
2. add the fields partyContentTypeId and fromDate to the exported file
3. upgrade and restart the system.
4. Import the exported file

R643847:Rename FeaturePrice entity to ProductFeaturePrice
1. export the content of the entity with webtools export.
2. rename the entityname in the exported file
3. upgrade and restart the system.
4. Import the exported file

R673842:Fixed Asset Meter refactor
1. Run the migrateFixedAssetMaintMeter service from WebTools (no parameters needed).
2. Check to make sure all data was transferred from FixedAssetMaintMeter to FixedAssetMeter.
3. Drop the FixedAssetMaintMeter table.

R686731:Add support of fromDate & thruDate in CustRequestRole entity
1. after upgrade run the service 'migrateCustRequestRole' to copy the current data to the new table.

R688741:Add currency to PartyRate entity
1. export the content of the entity with webtools export.
2. add the currency to the exported file.
3. drop the table
4. upgrade and restart the system.
5. Import the exported file

R690360 Remove taxCategory, taxVatCode and taxDutyCode fields from Product entity and all things related
R691362 Fix an issue in artifactInfo reported on user ML
R691380 Some changes related to GeoPoint have slipped in in r691362
1. Drop the SimpleTaxLookup from you production DB (subsidiary as it's probably already not used)
2. upgrade to at least R691380 and restart the system.

R?????? http://svn.eu.apache.org/viewvc?view=rev&revision=??????

  1. Export the UserPrefGroupType entity with webtools export.
  2. Change the field userPrefTypeId to userPrefGroupTypeId in the exported data file.
  3. Drop the UserPrefGroupType table.
  4. Upgrade and restart the system.
  5. Import the exported file.
  • No labels