Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added links for pages about changing databases

...

  1. If you decide not to use the embedded Derby database, check/install your database of choice. See below for some information that may help with using or installing OFBiz with alternative databases

    Changing from Derby to MySQL Database
    OFBiz and Oracle
    Connecting OFBiz to PostGIS spatially enabled database
    Working with Multiple Databases

  2. If necessary, put the correct JDBC driver in:
    1. ${ofbiz install dir}/framework/entity/lib/jdbc (you may use "download-PG-JDBC" to download the last postgres jdbc driver or  " ant download-mySQL-JDBC" to  download the last mySQL jdbc driver)
    2. replacing the old or incorrect version of the driver there (ie copy in with same name to avoid problems with update restoring the old driver later)
  3. To setup the Entity Engine to use a different database from the default Derby database.
    In the: ${ofbiz install dir}/framework/entity/config/entityengine.xml file:

...