This is a question for heroku staff. I have a database running postgres 9.3. When will heroku offer 9.4 that was released last week? Is there an upgrade guide? And is there a best practice way of converting json to jsonb columns with minimum downtime? Thanks!
As told here, You can try out 9.4 by passing the --version=9.4
flag:
heroku addons:add heroku-postgresql:standard-0 --version=9.4
To upgrade your database:
You could also try pg_upgrade
.
As of 23rd of April 2015, postgresql 9.4 is available on Heroku.
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