Re: PostgreSQL upgrade from 9.4.2 to 9.6.12

2019-07-05 Thread Michael Lewis
This may also be of interest to you, but checking official docs as Adrian recommended is best. https://why-upgrade.depesz.com/show?from=9.4.2&to=9.6.12&keywords=

Re: PostgreSQL upgrade from 9.4.2 to 9.6.12

2019-07-04 Thread Jonathan Harden
If you're doing this in RDS make sure to check what extensions each of your databases in your RDS instance has (we use PostGIS and hstore for example) and upgrade them incrementally. AWS provide the right libs installed to do those updates between each engine version, but not necessarily between en

Re: PostgreSQL upgrade from 9.4.2 to 9.6.12

2019-07-04 Thread Adrian Klaver
On 7/4/19 7:48 AM, Ashwini Singh wrote: Hi Everyone, We have a legacy application running on Ruby on Rails on AWS infrastructure. We wanted to do a DB upgrade from PostgreSQL version 9.4.2 to 9.6.12. We tried finding out any breaking changes from 9.4.x to 9.6.x upgrade but could not find ou