Re: How to upgrade postgres version 8 to 13

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: shashidhar Reddy <shashidharreddy001(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to upgrade postgres version 8 to 13
Date: 2022-07-05 18:31:09
Message-ID: CAOzAquKgszA432ap1XoMxCaTp4akuRZteZ+gwSofGyRsXMVdAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I had a client that was stuck on 8.2 for a long time, when they finally
upgraded to 10, it took several weeks of testing to find things that needed
to be changed in scripts, functions and PHP programs. And even then we
were still finding type cast issues for another year in seldom-used SQL
code.

You need to do your advance work on this conversion.
--
Mike Nolan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2022-07-05 18:52:57 Re: [UNVERIFIED SENDER] Re: pg_upgrade can result in early wraparound on databases with high transaction load
Previous Message Adrian Klaver 2022-07-05 18:28:18 Re: Seems to be impossible to set a NULL search_path