diff --git a/src/test/regress/upgrade/pg_upgrade_test.py b/src/test/regress/upgrade/pg_upgrade_test.py index 205f1058d..b94442573 100755 --- a/src/test/regress/upgrade/pg_upgrade_test.py +++ b/src/test/regress/upgrade/pg_upgrade_test.py @@ -66,6 +66,8 @@ def main(config): common.run_pg_regress(config.old_bindir, config.pg_srcdir, NODE_PORTS[COORDINATOR_NAME], AFTER_PG_UPGRADE_SCHEDULE) + citus_prepare_pg_upgrade(config.old_bindir) + # prepare should be idempotent, calling it a second time should never fail. citus_prepare_pg_upgrade(config.old_bindir) common.stop_databases(config.old_bindir, config.old_datadir)