Thread: upgrade from 9.6 to 10/11

upgrade from 9.6 to 10/11

From
Mariel Cherkassky
Date:
Hi,
I'm planning our db upgrade from 9.6. Basically I wanted to check how stable is pg11 version. I'm considering upgrading from 9.6 to 10 and then to 11 immediatly. Is there a way to upgrade directly to 11 and jump on 10.

Thanks.

Re: upgrade from 9.6 to 10/11

From
Laurenz Albe
Date:
Mariel Cherkassky wrote:
> I'm planning our db upgrade from 9.6. Basically I wanted to check how stable
> is pg11 version. I'm considering upgrading from 9.6 to 10 and then to 11 immediatly.
> Is there a way to upgrade directly to 11 and jump on 10.

v11 is stable, else the PGDG would not release it.

There is no need to upgrade via v10, I recommend that you upgrade from 9.6
to v11 directly, either via dump/restore or with pg_upgrade.

https://www.postgresql.org/docs/current/upgrading.html

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



Re: upgrade from 9.6 to 10/11

From
Justin Pryzby
Date:
On Mon, Jan 28, 2019 at 11:20:28AM +0100, Laurenz Albe wrote:
> Mariel Cherkassky wrote:
> > I'm planning our db upgrade from 9.6. Basically I wanted to check how stable
> > is pg11 version. I'm considering upgrading from 9.6 to 10 and then to 11 immediatly.
> > Is there a way to upgrade directly to 11 and jump on 10.
> 
> v11 is stable, else the PGDG would not release it.
> 
> There is no need to upgrade via v10, I recommend that you upgrade from 9.6
> to v11 directly, either via dump/restore or with pg_upgrade.

Keep in mind that v11.2 will be released in 2 weeks, you should plan to install
the minor upgrade to it shortly after it's released, or perhaps defer upgrading
to 11 until then.

https://www.postgresql.org/developer/roadmap/

Justin