Postgres 11.6-2 to 11.7 worth the upgrade?

Started by Jasen Lentzalmost 6 years ago3 messagesgeneral
Jump to latest
#1Jasen Lentz
jlentz@sescollc.com

Would upgrading from 11.6-2 to 11.7-current give us any performance advantages? We are seeing intermittent performance problems that come and go. Also are there any fixes for the wal_sender and pg_basebackup between the versions?

#2Michael Lewis
mlewis@entrata.com
In reply to: Jasen Lentz (#1)
Re: Postgres 11.6-2 to 11.7 worth the upgrade?

https://www.postgresql.org/docs/release/11.7/

It doesn't seem like it. Always best to run the most current minor version
though.

#3David G. Johnston
david.g.johnston@gmail.com
In reply to: Jasen Lentz (#1)
Re: Postgres 11.6-2 to 11.7 worth the upgrade?

On Thu, May 7, 2020 at 8:58 AM Jasen Lentz <jlentz@sescollc.com> wrote:

Would upgrading from 11.6-2 to 11.7-current give us any performance
advantages? We are seeing intermittent performance problems that come and
go. Also are there any fixes for the wal_sender and pg_basebackup between
the versions?

You can peruse the release notes online but regardless the project policy
is that you should never not apply a minor release update (though we also
don't use 11.6-2 version numbering...).

David J.