Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Paweł Gesek
Paweł GesekReporter
Josh Zamor
Josh Zamor(Deactivated)Labels
Story Points
3
Original estimate
1d
Time tracking
3h logged5h remaining
Components
Sprint
Add sprint
Fix versions
Priority
Time Assistant
Time Assistant
Created February 22, 2017 at 12:51 AM
Updated April 25, 2017 at 7:52 PM
Resolved April 4, 2017 at 2:29 PM
We currently support 9.4.x,
would like to support 9.5.x, or 9.6 (RDS supports it https://aws.amazon.com/about-aws/whats-new/2016/11/amazon-rds-now-supports-postgresql-9-6-1/), and beyond, however the driver has changed somewhat:
Where before we used:
compile "org.postgresql:postgresql:9.4.1208"
Now the driver seems to have changed to be:
compile "org.postgresql:postgresql:42"
Acceptance:
update the main services to use the new JDBC driver
test that the new driver can work with the currently included postgresql docker server container
upgrade and test the included postgresql docker server container to use Postgresql 9.6.