Hello, We are starting with OfBiz and we would like to use Postgres as the database. I configured the localpostnew datasource at the entityengine.xml file, and I changed in the default delegator this:
<group-map group-name="org.ofbiz" datasource-name="localpostnew"/> <group-map group-name="org.ofbiz.olap" datasource-name="localpostnew"/> <group-map group-name="org.ofbiz.tenant" datasource-name="localpostnew"/> After running "ant run-install-extseed", everything is ok, except for the fact that the olap and tenant tables are missing on the new Postgres database. I have noticed that in the default configuration for Derby, three databases are used, one for tenant tables, one for olap tables and one for the rest. Is having three databases a must in Postgres, too? Our intention was to use one database for everything. Thanks a lot, Carlos -- View this message in context: http://ofbiz.135035.n4.nabble.com/Olap-and-tenant-tables-not-created-after-doing-ant-run-install-extseed-tp2553385p2553385.html Sent from the OFBiz - User mailing list archive at Nabble.com.
