Re: Recommendation for upgrading from PostgreSQL 9.3

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Karl Martin Skoldebrand <KS0C77263(at)TechMahindra(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Recommendation for upgrading from PostgreSQL 9.3
Date: 2018-11-12 14:24:46
Message-ID: e26df12b-3027-59fd-67b2-31ab40e3c82d@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/12/18 1:17 AM, Karl Martin Skoldebrand wrote:
> Are there any recommendations regarding upgrading from PG 9.3 to 9.6 or
> 10.x?
>
> I found a few changes at
> https://severalnines.com/blog/upgrading-your-database-to-postgresql-version-10
> but are there more things to keep in mind regarding changes in
> scripts/queries that might affect an already existing application?
> Should we stop at 9.6 or go 10.x considering that 10.x seems almost
> about a year old, and 11.x is out there.

Go here:

https://www.postgresql.org/docs/10/release.html

and click on the notes for the first release for each major release.
Prior to 10 the numbering system was Major.major.minor, e.g. 9.3.x -->
9.4.x was a major change. With 10+ the scheme is Major.minor so 10.x -->
11.x. So in your case the first release you would visit is:

https://www.postgresql.org/docs/10/release-9-4.html

To be more certain I would set up a dev database with the new version
and test against that.

>
> I have limited experience with PG so far, but quite long experience with
> MySQL and OSS in general.
>
> Best regards,
>
> Martin Skjoldebrand
>
> ============================================================================================================================
>
> Disclaimer:  This message and the information contained herein is
> proprietary and confidential and subject to the Tech Mahindra policy
> statement, you may review the policy at
> http://www.techmahindra.com/Disclaimer.html externally
> http://tim.techmahindra.com/tim/disclaimer.html internally within
> TechMahindra.
>
> ============================================================================================================================
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scot Kreienkamp 2018-11-12 14:40:15 help with aggregation query across a second text array column
Previous Message Ron 2018-11-12 14:13:12 Re: Move cluster to new host, upgraded version