Skip to main content

Questions tagged [pg-upgrade]

4 votes
1 answer
236 views

What is a recommended way to upgrade a medium size (3.1Tb) production database from PG12/Postgis3 to PG15/Postgis3 with a reasonable (up to an hour) downtime? pg_upgrade fails to perform the task with ...
user3159253's user avatar
4 votes
0 answers
320 views

Most of the queries got slower after upgrading our postgres from version 15 to 17 using pg_upgrade. I reconfirmed that "vaccuum, analyze" were all taken care. To debug, instead of upgrade, I ...
Sajith P Shetty's user avatar
2 votes
1 answer
690 views

using pg_upgrade when you have installed both the 'old' version and the 'new' version on a system is quite straightforward. I tried to find a way using pg_upgrade with docker containers. This is a ...
D M's user avatar
  • 465
0 votes
1 answer
2k views

After upgrading the Postgres Server from Version 15 to Version 17 running on RHEL 9, few of the SQLs changed the plan and running pretty slow. I am basically an Oracle DBA and thinking to perform the ...
Naveed Iftikhar's user avatar
1 vote
0 answers
56 views

We have just upgraded our RDS instance to v12.2 from v11.22, and we are seeing some of the queries are performing much slower than v11.6 instance. Would highly appreciate if can get help with this. ...
Vinh Lam's user avatar
0 votes
1 answer
985 views

I have a PostgreSQL 13 installation on a Windows 10 server (on port 5432) that I want to migrate to a new PG 16.2 installation. To this end, I downloaded the Windows x86-64 installer for PostgreSQL 16....
s.k's user avatar
  • 444