Fwd: Getting error while upgrading

From: hector vass <hector(dot)vass(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Fwd: Getting error while upgrading
Date: 2024-03-09 15:16:55
Message-ID: CAJJx+iV8PBn2dk3oJvtcQjW_fHbUSXbdRkmPkiE4PO-Nvw=Jxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Mar 9, 2024 at 12:18 PM omkar narkar <narkaromkar119(at)gmail(dot)com>
wrote:

> Hello Team,
>
> I am trying to upgrade my edb 10.5 community version to postgres 15.6
> version and while doing this i am getting error regarding OIDS are not
> stable across Postgresql version (sys.callback_queue_table.user_data).
> Kindly help me to get the solution of this issue.
>
> Thanks and regards,
> Omkar Narkar
>

Usually get this error if there are composite data types or data types that
cannot be translated between 10.5 and 15.6.
The clue may be in the error message just before it says 'OIDS are not
stable across Postgresql version'
You state edb 10.5 community guessing you are using pg_upgrade and going
from windows to linux ? I am impressed if you can do that, would you not
end up with collation issues?
If you are using pg_upgrade what does pg_upgrade --check say
I would dump the schema to a sql file
pg_dump -s >dumped.sql
Then run the sql one command at a time to track down where you are going to
have a problem.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hassan rafi 2024-03-09 15:18:44 Re: Seeing high query planning time on Azure Postgres Single Server version 11.
Previous Message kuldeep singh 2024-03-09 15:02:18 Insert with Jsonb column hangs