Re: PostgreSQL upgrade from 9.4.2 to 9.6.12 - Mailing list pgsql-general

From Jonathan Harden
Subject Re: PostgreSQL upgrade from 9.4.2 to 9.6.12
Date
Msg-id CAFJhkDRpFmaaysfhwFyiZ7pTOL-VZf=PJ7+wxafri1pW_5v8tg@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL upgrade from 9.4.2 to 9.6.12  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: PostgreSQL upgrade from 9.4.2 to 9.6.12  (Michael Lewis <mlewis@entrata.com>)
List 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




pgsql-general by date:

Previous
From: Ben Snaidero
Date:
Subject: Re: pg_dump (COPY) hanging intermittently
Next
From: PegoraroF10
Date:
Subject: Converting to identity columns with domains on PK columns