databox-cookbook icon indicating copy to clipboard operation
databox-cookbook copied to clipboard

Install specified version of postgresql

Open shir opened this issue 12 years ago • 2 comments

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

shir avatar Oct 30 '13 16:10 shir

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

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

amrnt avatar Jan 04 '14 12:01 amrnt

thanks!

ghost avatar Aug 07 '14 23:08 ghost