Hello everyone. I am new to OFBiz. I have some questions that I need in order to get started.
First, I need to learn about OFBiz. What are some good resources for me to learn about it? I see some books on Amazon. I see some videos on Youtube. And I see some documentation online. Are the books on Amazon any good? If so which one? I see several. I am moderate developer charged with building OFBiz and building/modifying it for our company needs. Here are some things that my project requires. Databases must be encrypted. Application will need to support thousands of users and potentially hundreds of concurrent users. Run on AWS EC2 instances. Need to support multiple discrete companies who have their own separate databases. I believe “tenants” accomplishes this. Support backing up individual databases on a per tenant basis. I see that OFBiz comes by default with Derby, but I read that this is not a good database for a production environment. Which database should I go with? PostgreSQL or MySQL? Or something else? I am currently trying to setup PostgreSQL, but the documentation is not very clear. When I try to build, it fails. What/where are the best directions for changing the database for OFBiz? Thanks for any help in advance.
