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:
pg_restore: error: could not execute query: ERROR: column reference "wal_records" is ambiguous
pg_restore: error: could not execute query: ERROR: relation "metric_helpers.pg_stat_statements" does not exist
Extensions Used:
pg_stat_kcache | 2.2.0 | public | Kernel statistics gathering
pg_stat_statements | 1.8 | public | Track planning and execution statistics of all SQL statements executed
pg_trgm | 1.5 | public | Text similarity measurement and index searching based on trigrams
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
set_user | 2.0 | public | Similar to SET ROLE but with added logging
timescaledb | 2.2.1 | public | Enables scalable inserts and complex queries for time-series data