Re: PG10 upgrade issue - Mailing list pgsql-general

From Tom Lane
Subject Re: PG10 upgrade issue
Date
Msg-id 26624.1559517508@sss.pgh.pa.us
Whole thread Raw
In response to PG10 upgrade issue  (Zahir Lalani <ZahirLalani@oliver.agency>)
Responses Re: PG10 upgrade issue
List pgsql-general
Zahir Lalani <ZahirLalani@oliver.agency> writes:
> We have done pg10 upgrades from 9.6 on all our environments successfully. We have an automation script that does this
forus. One environment is a near replica of our production setup and all works fine. 

> We have now made 2 attempts at doing this on production - both ending up with rollback

> The key issue we have is that all queries were incredibly slow. The PG 10 postmaster workers would all show 100% cpu,
especiallyon the replicas. We even increased CPUs but that made no difference. 

Did you make sure to rebuild statistics (re-ANALYZE) after the upgrade?
pg_upgrade makes a script for that, but I don't believe it runs it for
you.

            regards, tom lane



pgsql-general by date:

Previous
From: Zahir Lalani
Date:
Subject: PG10 upgrade issue
Next
From: Zahir Lalani
Date:
Subject: Re: PG10 upgrade issue