Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install specified version of postgresql #7

Open
shir opened this issue Oct 30, 2013 · 2 comments
Open

Install specified version of postgresql #7

shir opened this issue Oct 30, 2013 · 2 comments

Comments

@shir
Copy link

shir commented Oct 30, 2013

Is there any way to install specified version of postgresql (which are not in default repository)?

@amrnt
Copy link

amrnt commented Jan 4, 2014

since databox is depends on postgresql cookbook you can do so in your chef config

      chef.json = {
        postgresql: {
          version: '9.3'
        }
      }

@ghost
Copy link

ghost commented Aug 7, 2014

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants