When using heroku addons:create, one may specify a version, e.g. as shown in this Heroku blog post introducing Postgres 9.5:
heroku addons:create heroku-postgresql --version=9.5
                {
  "addons": [
    {
      "plan": "heroku-postgresql",
      "options": {
        "version": "9.5"
      }
    }
  ]
}
https://devcenter.heroku.com/articles/app-json-schema#example-app-json
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With