In a few cases, pg_upgrade said old/new cluster location when it meant
old/new Postgres install location, so fix those.
Per private email report
old_bindir>
old_bindir>
-
the old cluster executable directory;
+
the old PostgreSQL executable directory;
environment variable PGBINOLD>
new_bindir>
new_bindir>
-
the new cluster executable directory;
+
the new PostgreSQL executable directory;
environment variable PGBINNEW>
Install the
pg_upgrade> binary and
-
pg_upgrade_support> library in the new PostgreSQL cluster.
+
pg_upgrade_support> library in the new PostgreSQL
+ installation.