Re: PostgreSQL upgrade from 9.4.2 to 9.6.12

From: Jonathan Harden <jfharden(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Ashwini Singh <ashwini(at)greatlearning(dot)in>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL upgrade from 9.4.2 to 9.6.12
Date: 2019-07-04 17:13:58
Message-ID: CAFJhkDRpFmaaysfhwFyiZ7pTOL-VZf=PJ7+wxafri1pW_5v8tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
engine versions more than 1 major version apart.

You can see which versions of the extensions are installed in RDS in each
engine version on this page:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.Extensions

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PegoraroF10 2019-07-04 19:41:27 Converting to identity columns with domains on PK columns
Previous Message Ben Snaidero 2019-07-04 16:37:06 Re: pg_dump (COPY) hanging intermittently