I just upgraded from Bamboo 5.9.7 to 6.4.1. I am getting some odd errors, so I am going through everything to see if I can find an issue.
In the "bamboo.cfg.xml" I have this line:
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL82Dialect</property>
As part of the upgrade, my IT guys upgraded PostgreSQL to a supported version (I believe we were on 9.1) So, I thought this "82" line might be out of date. Then I saw in the Bamboo 5.8 install notes, that the upgrade would change this to
org.hibernate.dialect.PostgreSQLDialect
Since I was on 5.9, I should have already had this change, yes?
What should I be using with Bamboo 6.4.1 and PostgreSQL 9.6.8?
org.hibernate.dialect.PostgreSQL82Dialect should be ok as it's default value for Postgres DB
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.