Re: pg_upgrade not excluding system tables in EPAS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tim <timfosho(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: pg_upgrade not excluding system tables in EPAS
Date: 2021-05-14 19:47:52
Message-ID: 2190580.1621021672@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tim <timfosho(at)gmail(dot)com> writes:
> I am currently performing an upgrade of EPAS12 => EPAS13 via pg_upgrade...

You really ought to be discussing this with EDB Support, not here.

> It fails the check with this message:
> - Your installation contains system-defined composite type(s) in user
> tables.

Hmm. That is a new check in 13.3 ...

> And the output shows that it thinks sys.callback_queue_table.user_data is a
> user defined table. Which it is not, and cannot be dropped or altered.

... and I'm not sure what user_data is, but it's not present in community
Postgres. My guess as to what is happening here is that that pg_upgrade
test needs to be tweaked to understand which of the types that EPAS adds
are safe or not safe in this context. Anyway, you gotta talk to them.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2021-05-14 20:03:05 Re: pg_upgrade not excluding system tables in EPAS
Previous Message Tim 2021-05-14 19:37:18 pg_upgrade not excluding system tables in EPAS