please suggest i need to test my upgrade

Started by M Tarkeshwar Raoover 12 years ago3 messagesgeneral
Jump to latest
#1M Tarkeshwar Rao
m.tarkeshwar.rao@ericsson.com

Hi all,

We are upgrading our mediation product from postgres 8.1 to postgres 9.1

Can you please suggest some test cases or some issues which may hamper us?

Regards
Tarkeshwar

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: M Tarkeshwar Rao (#1)
Re: please suggest i need to test my upgrade

M Tarkeshwar Rao wrote:

We are upgrading our mediation product from postgres 8.1 to postgres 9.1

Can you please suggest some test cases or some issues which may hamper us?

This is the first thing that comes to mind:
http://petereisentraut.blogspot.co.at/2008/03/readding-implicit-casts-in-postgresql.html

But you may encounter other incompatibilities.

Read the release nots of all major releases between 8.2 and 9.1,
but most of all, test your application well.

Yours,
Laurenz Albe

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3Vick Khera
vivek@khera.org
In reply to: Laurenz Albe (#2)
Re: please suggest i need to test my upgrade

On Wed, Aug 14, 2013 at 7:15 AM, Albe Laurenz <laurenz.albe@wien.gv.at>wrote:

This is the first thing that comes to mind:

http://petereisentraut.blogspot.co.at/2008/03/readding-implicit-casts-in-postgresql.html

But you may encounter other incompatibilities.

Read the release nots of all major releases between 8.2 and 9.1,
but most of all, test your application well.

Our application has moved from Pg 7.1 thru various releases over the years
to the current 9.2. The implicit cast issue and the default representation
of bytea columns are the only thing that have required our application to
change.

Any reason you're not moving to 9.2 instead of 9.1?