Re: Assistance Needed: PostgreSQL Migration Errors 13.2 to 15

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Charan K <charank9223(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Assistance Needed: PostgreSQL Migration Errors 13.2 to 15
Date: 2023-12-09 16:00:00
Message-ID: 1669008.1702137600@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Charan K <charank9223(at)gmail(dot)com> writes:
> I hope this email finds you well. We are currently in the process of
> migrating from PostgreSQL 13.2 to PostgreSQL 15, and we've encountered some
> issues during the restoration process.

> Error Details:

> 1. pg_restore: error: could not execute query: ERROR: column reference
> "wal_records" is ambiguous

Could you show us the statement causing this error?

> 2. pg_restore: error: could not execute query: ERROR: relation
> "metric_helpers.pg_stat_statements" does not exist

Presumably this is just cascading from the first error.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-12-09 17:10:00 Re: backtrace_on_internal_error
Previous Message Joe Conway 2023-12-09 14:24:01 Re: Eager page freeze criteria clarification