<div dir="ltr"><div>Anyone done an in-place upgrade from 11/2.5 to 12/3?</div><div>I'm working through one w/ the PGDG packages, found a couple bugs already, which are fixable in the packages, but just hit one that looks fatal on our side... at the end of pg_upgrade, we hit this one:</div><div><br></div><div>pg_restore: from TOC entry 214; 1259 18025 VIEW geometry_columns postgres<br>pg_restore: error: could not execute query: ERROR:  column s.consrc does not exist<br>LINE 28:             "replace"("split_part"("s"."consrc", ''''::"text...<br>                                            ^<br>HINT:  Perhaps you meant to reference the column "s.conkey" or the column "s.conbin".<br>Command was: <br>-- For binary upgrade, must preserve pg_type oid<br>SELECT pg_catalog.binary_upgrade_set_next_pg_type_oid('18027'::pg_catalog.oid);</div><div><br></div><div><br></div></div>