View source | Discuss this page | Page history | Printable version   

Manual Upgrade From 2.50

Overview

Manual Upgrade from sources is only recommended for advanced users.

Please don't do it unless you understand what you are doing.

MMC Upgrade is the recommended upgrade path and will perform all these steps transparently.

Manual Upgrade from sources

 hg clone https://code.openbravo.com/erp/devel/main openbravo30
 hg tags         --to see which is the latest version
 hg up 3.0RC4    --change RC4 with the latest version
 cd yourInstanceDirecotry
 cp -r modules ../modules
  cd ../modules
  ls -1 openbravo30/modules/ | xargs rm -r
 rm -r org.openbravo.base.seam
 rm -r org.openbravo.client.freemarker
rm -r org.openbravo.quickstarttwo/ 
rm -r org.openbravo.quickstarttwo.datasets/
  cp -r * openbravo30/modules/ 
 cd openbravo30
 ant setup
 cd config
 ./setup-properties-linux.bin
 ant update.database trl.lib wad.lib compile.complete.deploy

Additional changes

Retrieved from "http://wiki.openbravo.com/wiki/Manual_Upgrade_From_2.50"

This page has been accessed 5,864 times. This page was last modified on 4 July 2011, at 14:31. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.