GithubHelp home page GithubHelp logo

Comments (8)

nozpheratu avatar nozpheratu commented on May 7, 2024

I think you just specify default.postgresql.version = "9.3" in your attributes/default.rb file.

from postgresql.

toranb avatar toranb commented on May 7, 2024

So If I'm running Ubuntu 12.04 LTS should I just modify this block?

when "ubuntu"

  case
  when node['platform_version'].to_f <= 9.04
    default['postgresql']['version'] = "8.3"
  when node['platform_version'].to_f <= 11.04
    default['postgresql']['version'] = "8.4"
  else
    default['postgresql']['version'] = "9.3"
  end

from postgresql.

nozpheratu avatar nozpheratu commented on May 7, 2024

That should work. You might need the corresponding client as well, e.g. for 9.3 use-
default.postgresql.client.packages = ["postgresql-client-9.3"]

from postgresql.

toranb avatar toranb commented on May 7, 2024

I tried doing the Postgres 9.3 install on a fresh 12.04 box and it looked good until the restar
Uploading image.jpg . . .
t. Any idea what this key file is exactly?

from postgresql.

toranb avatar toranb commented on May 7, 2024

image

from postgresql.

nozpheratu avatar nozpheratu commented on May 7, 2024

You can make a self-signed certificate if you need SSL, if it's not required you should be able to turn it off via:

default.postgresql.config.ssl = false

Also, see here for all the attributes you can play with.

from postgresql.

toranb avatar toranb commented on May 7, 2024

Excellent ! Thanks for the quick feedback!

from postgresql.

lock avatar lock commented on May 7, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from postgresql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.