Folks, I am testing upgrade of my cluster from version 10.8 to 14.4 I encountered following error. Any help or insight is much appreciated. Thanks. *failure* Consult the last few lines of "pg_upgrade_dump_16400.log" for the probable cause of the failure. Last few lines of pg_upgrade_dump_16400.log: pg_restore: error: could not execute query: ERROR: column c.relhaspkey does not exist LINE 19: "c"."relhaspkey" AS "haspkey", ^ Command was: -- For binary upgrade, must preserve pg_type oid SELECT pg_catalog.binary_upgrade_set_next_pg_type_oid('16681'::pg_catalog.oid); -- For binary upgrade, must preserve pg_type array oid SELECT pg_catalog.binary_upgrade_set_next_array_pg_type_oid('16680'::pg_catalog.oid); -- For binary upgrade, must preserve pg_class oids SELECT pg_catalog.binary_upgrade_set_next_heap_pg_class_oid('16679'::pg_catalog.oid); CREATE VIEW "public"."all_tables" AS SELECT ((("n"."nspname")::"text" || '.'::"text") || ("c"."relname")::"text") AS "tablename", |