Use the path to the old version of the psql binaries (pg_old_dir variable) before upgrading.
Fixed
If a new PostgreSQL version was specified in the postgresql_version variable before running the upgrade procedure, an error occurred. We now explicitly use the old version, specified in the pg_old_version variable, before performing the upgrade.
Use the path to the old version of the psql binaries (
pg_old_dir
variable) before upgrading.Fixed
If a new PostgreSQL version was specified in the
postgresql_version
variable before running the upgrade procedure, an error occurred. We now explicitly use the old version, specified in thepg_old_version
variable, before performing the upgrade.