RE: Application Dependency/Limitations of Postgres Version Upgrade

From: Alvaro Aguayo Garcia-Rada <aaguayo(at)opensysperu(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>, amitabh kumar <amitabhnayak1980(at)gmail(dot)com>
Subject: RE: Application Dependency/Limitations of Postgres Version Upgrade
Date: 2018-03-10 07:11:35
Message-ID: 8n1cvms2tnqne0mt87ca35o7.1520665866783@email.android.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

Based on my experience, you will probably have no problem when migrating applications from PG 9.x to 9.6. Same for 8.x to 9.6.

I recently migrated an application installed on around 100 servers from 8.4 to 9.6, and the only problem I had was regarding database encoding, more specifically with spanish characters and the fact that the database had been previously been created, for historical reasons, with SQL_ASCII instead of UTF8 encoding. That was solved just by using the --encoding argument for pg_dump.

Older PG versions used to cause more problems when migrating from older to newer versions. 7.x to 8.x was a real pain. But more modern versions have almost no problems.

Of course, if you depend on some extension, you should make sure it is supported and/or you can compile it for PG 9.6.

Regards,

Alvaro Aguayo
Jefe de Operaciones
Open Comb Systems E.I.R.L.

Oficina: (+51-1) 3377813 | RPM: #034252 / (+51) 995540103  | RPC: (+51) 954183248
Website: www.ocs.pe

Sent from my Sony Xperia™ smartphone

---- amitabh kumar wrote ----

Hi,

I would like to know about application dependency of PostgreSQL version
upgrade.

We have multiple servers with PG versions in 8.4, 9.2, 9.3, 9.4 and 9.5,
that we want to upgrade to 9.6. We want to be sure that all applications
will run smoothly after upgrade.

Is there any dependency or limitation of applications in 9.6 after
upgrading from these versions ? OS platforms we are using are in Linux 5,
6.7. 6.8 and Windows 10, 12.

I am happy to provide more information if need.

Regards,

Amitabh
PostgreSQL DBA

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-03-10 14:50:38 Re: Application Dependency/Limitations of Postgres Version Upgrade
Previous Message amitabh kumar 2018-03-10 06:49:02 Application Dependency/Limitations of Postgres Version Upgrade