PhilD's picture

Hey there,

Looking to run Postgres on a VM. This solution looks awesome, but unfortunately I need postgres 9.5 and it looks like this appliance comes bundled with 9.4.

Is anyone out there able to help? Maybe there's a way to update?

Phil

Forum: 
Jeremy Davis's picture

I'm not sure how you'd install 9.5, but 9.6 is in Jessie backports if that would work for you?

If you use TurnKey v14.2 then backports is already enabled (we install dehydrated from there for SSL). I haven't double checked, but it should be as simple as:

apt-get update
apt-get install -t jessie-backports postgresql
And hopefully, it should all just work...

Our next release (v15.0) will have PostgreSQL 9.6 by default.

Add new comment