Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
101 stars 28 forks source link

Changing Postgres Version #152

Closed kelvinn closed 10 years ago

kelvinn commented 10 years ago

Hi,

I'm sure this has a very simple answer: how can I change the default postgresql version used by the minion? I would like to use 9.3, as I can see it has the postgis extensions available, whereas 9.2 doesn't.

I have tried adding the following (from TravisCI) to no avail:

addons:
  postgresql: "9.3"

Thanks,

Kelvin

avdrav-zz commented 10 years ago

@kelvinn Thanks for reaching out. We are in the process of supporting more customized build environments (different DB versions, etc...) and should have a solution for this type of configuration soon. We'll make a note of this request in our internal list.

willglynn commented 10 years ago

+1. I just hit this too.

kelvinn commented 10 years ago

@avdrav great to hear - I'll look forward to being able to test out my GeoDjango builds!

matpimenta commented 10 years ago

+1. I'm looking forward for this feature!

avinci commented 10 years ago

This has been implemented and you can use the -addons tag to do this. Tag below should work and let me know if this is cool.... addons: postgresql: "9.3"

matpimenta commented 10 years ago

This is very good. It's working very well for me! Thanks