Jens Wilke <jens(dot)wilke(at)affinitas(dot)de> writes:
> pg_upgrade brakes with the following error:
> Could not find foo.bar_idx in old cluster
Hmm, is this an autogenerated index? I suspect pg_upgrade can't cope if
it's been assigned a different name in the new cluster.
regards, tom lane