You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.