On Thu, 2025-02-20 at 13:17 -0800, Jeff Davis wrote: > On Thu, 2025-02-20 at 18:30 +0000, Jeff Davis wrote: > > Trial fix for old cross-version upgrades. > > That fixed one problem, but there are other problems with 9.2 > upgrades.
The version that I committed had the following change to 002_pg_upgrade.pl: # Stabilize stats before pg_dumpall. $oldnode->append_conf('postgresql.conf', 'autovacuum = off'); $oldnode->restart; ... $newnode->append_conf('postgresql.conf', 'autovacuum = off'); I think we need a similar change in the buildfarm client's TestUpgradeXversion.pm? Is -hackers the right place to discuss that? Regards, Jeff Davis